B4ASnippetImages
Conversion from CUrl to B4A
It is quite convenient to upload images to public cloud server and share the image link to other people rather than share the real image files directly! The following code snippets showed how to upload and search images by CUrl command (provided by: https://apidocs.imgur.com/) and by B4A syntax.
@Wong Ka Chun · 2021-11-17
B4ATutorialDatabase
MSACCESS & jRDC2
Access an MS-Access db on a network
@Ryan Pigeon · 2021-11-17
B4ATutorialSocial [CHAT INCLUDED]
Social Network created by B4A [Chat included]
Social Network created by B4A [Chat included]
@Serge Nova · 2021-11-16
B4ASnippetMail
TBirdSync: Thunderbird contacts/calendar/tasks mirroring from PC to Android (sources included)
TBirdSync: Thunderbird contacts/calendar/tasks mirroring from PC to Android (sources included)
@walt61 · 2021-11-13
B4ALibraryOther
CovidPass - the reader
Decodes a Covid pass QR code
@drgottjr · 2021-11-10
B4ATutorialOther [INSTALLATION GUIDE]
Amazing Order Taking App [Installation Guide]
Amazing Order Taking App [Installation Guide]
@aeric · 2021-11-09
B4ATutorialOther [INSTALLATION GUIDE][B4A]
Supermarket, Restaurant, Pharmacy, Store Delivery [Installation Guide] [B4A]
Supermarket, Restaurant, Pharmacy, Store Delivery [Installation Guide] [B4A]
@aeric · 2021-11-09
B4ALibraryPayment
Paystack B4A Android Library
This is a library for easy integration of Paystack with your Android application with B4A.
@Claude Obiri Amadu · 2021-11-08
B4ATutorialRaspberry Pi
Rasberry Pi4
Installing Android 10 on the Raspberry 4
@skyracer90 · 2021-11-08
B4AClassPicker [CLASS]
ClsWheel Input wheels [Class]
ClsWheel Input wheels [Class]
@klaus · 2021-11-04
B4ALibraryAnimation
AnimationPlus
Extends the Animation library by adding the interpolators, new parameters, new drawables and the AnimationSet. Can be used for tweened animations or image-by-image animations.
@Informatix · 2021-11-03
B4ALibraryDate/time [B4A][B4I]
MetroUI_TimeEdit [B4A] [B4i]
A component that can be useful if you are dealing with time zones. You can manage Hours - Minutes and Seconds as you wish.
@Ertan · 2021-10-29
B4ASnippetGPS/location/maps [B4A][GOOGLEMAP]
Get click data on polylines, polygons, and circles. [B4A] [GoogleMap]
Get click data on polylines, polygons, and circles. [B4A] [GoogleMap]
@TILogistic · 2021-10-28
B4ATutorialOther [UI][B4A]
Real State App UI Example + Source Code [UI] [B4A]
Real Estate App UI Example + Source Code [UI] [B4A]
@XToolsGroup · 2021-10-28
B4ALibraryMail
PHPMailer
PHPMailer(https://github.com/PHPMailer/PHPMailer) is a code library to send emails safely and easily via PHP code from a web server. This B4A Library is to allow sending of Emails in B4A Apps with online PHP servers.
@Claude Obiri Amadu · 2021-10-27
B4ALibraryMenu [B4A]
FlowMenu - Sleek Animated Menu [B4A]
FlowMenu - Sleek Animated Menu [B4A]
@mohsyn · 2021-10-22
B4ATutorialEmulator/VM
Now you can debug android app directly under Windows11
Now you can debug android app directly under Windows11
@laomms · 2021-10-21
B4ASnippetSocial
WhatsApp call
Start a WhatsApp call from your app
@Pendrush · 2021-10-16
B4ASnippetB4A [SOLVED]
Launching a TextEditor with a parameter on startup [SOLVED]
Launching a TextEditor with a parameter on startup [SOLVED]
@T201016 · 2021-10-15
B4ALibrarySocial
Facebook Audience Network Library
Facebook Audience Network Library
@Pendrush · 2021-10-14
B4ATutorialB4A [SOLUTION - WINDOWS 10 & ANDROID 10!!]
B4A-Bridge --> How to Install and Get it Working! [Solution - Windows 10 & Android 10!!]
B4A-Bridge --> How to Install and Get it Working! [Solution - Windows 10 & Android 10!!]
@OriginalPaladin · 2021-10-12
B4AClassContacts [B4A][CLASS][CONTACTS]
wmContactsUtils - enhanced ContactsUtils [B4A] [Class] [Contacts]
wmContactsUtils - enhanced ContactsUtils [B4A] [Class] [Contacts]
@walt61 · 2021-10-12
B4ASnippetB4A [IDE]
Where is the compilation mode stored? [IDE]
Where is the compilation mode stored? [IDE]
@Erel · 2021-10-11
B4ALibraryImages
ImageDownloader Service
Simple way to efficiently download multiple images
@Erel · 2021-10-10
B4AToolBasic
BasicIDE Suite 3 - Now further improved
Significant changes from BasicIDE Suite version 2
@agraham · 2021-10-09
B4ALibraryAnimation
Android View Animations Library
Android View Animations Library
@Pendrush · 2021-10-08
B4ATutorialOther
covid-19 with source Italia
Shows statistics by region
@Xfood · 2021-10-08
B4ALibraryDialogs
Dialogs2 library - an update to the original Dialogs library
I wrote the original Dialogs library many moons ago and it has suffered with age owing to the changes made to Android and B4A over the years despite the administrations of several other people. Although modal dialogs are deprecated in general they are still very convenient for use with my BasicIDE on-device development environment which does not implement Wait For, although there is an ugly workaround. Therefore I have taken the Dialogs v4.01 source code and updated it into a new Dialogs2 library. Every dialog, except CustomLayoutDialog now supports both Show and ShowAsync. In past editions of B4A events raised by views on a CustomDialog or CustomDialog2 would run while the dialog was shown modally but over the years Erel has had to change the Msgbox mechanism as Android has (d)evolved and now custom dialogs that relied on events from views on the dialog no longer work as expected. For example in the reworked CustomDialog2 example in the DialogsDemo file the ListView ItemClick no longer works when Show is invoked but is fine with ShowAsync while a Button Click works in both cases.
@agraham · 2021-10-07
B4ATutorialImages [SMM]
Top sites example [SMM]
This example uses SimpleMediaManager to show a list of 400 top sites, based on Alexa dataset.
@Erel · 2021-10-07
B4ATutorialFile xfer
Transfer files across memory boundary
A simple example of moving files across the internal/external memory boundary. E.g. transferring a CSV file from an external location to an internal folder to load a database in the App.
@Roger Daley · 2021-10-05