B4ATutorialOther
StateManager - Helps managing Android applications settings and state
StateManager - Helps managing Android applications settings and state
@Erel · 2021-09-30
B4ATutorialPermissions
Permission Dialog Won''t Display
Permission Dialog Won''t Display
@Buncher60 · 2021-09-25
B4ATutorialUI design [UI][B4A]
Online Course App UI Example + Source Code [UI] [B4A]
Online Course App UI Example + Source Code [UI] [B4A]
@XToolsGroup · 2021-09-25
B4ATutorialCamera
Intent Based Camera
This example uses an intent to take a picture with the default camera app. It is based on this tutorial: https://developer.android.com/training/camera/photobasics.html
@Erel · 2021-09-19
B4ATutorialFile handling
File Choose
File Choose
@Serge Nova · 2021-09-19
B4ATutorialIRC / IM [NOVACHAT]
Full Chat [NovaChat]
Full Chat [NovaChat]
@Serge Nova · 2021-09-16
B4ATutorialAudio/Video
Get resolution of video from file
Get resolution of video from file
@Paolodc · 2021-09-07
B4ATutorialFTP
Android FTP tutorial
Android FTP tutorial
@Erel · 2021-08-25
B4ATutorialFile handling
Chart flow to help choose folder
This chart flow will help you choose the folder in all kinds of different cases
@Erel · 2021-08-18
B4ATutorialDatabase
SQLite Full Text Search on a Large Database and Display on an xClv
SQLite Full Text Search on a Large Database and Display on an xClv
@Mahares · 2021-08-17
B4ATutorialB4A
Learn to use B4A views
Learn to use Design Views in B4A
@Serge Nova · 2021-08-17
B4ATutorialIRC / IM [SIMILAR TO WHATSAPP]
Full private chat and multi-chat [similar to Whatsapp]
Full private chat and multi-chat [similar to Whatsapp]
@Serge Nova · 2021-08-17
B4ATutorialBarcode/scan
Read QR code from file
If you want to scan QR code from a file (Bitmap or pdf) you can try this code; you need PDFium and Barcode Reader
@yiankos1 · 2021-08-15
B4ATutorialGoogle
Publish New App to Google Play
Publish New App to Google Play
@aeric · 2021-08-15
B4ATutorialUI design [UI][B4A]
Camping App UI Example + Source Code [UI] [B4A]
Camping App UI Example + Source Code [UI] [B4A]
@XToolsGroup · 2021-08-14
B4ATutorialB4A [APK TO AAB]
App Bundle - Steps to updating Existing App [apk to aab]
App Bundle - Steps to updating Existing App [apk to aab]
@mcqueccu · 2021-08-14
B4ATutorialGPS/location/maps
Calculation of Distance in Km between two points on MapFragment
Calculation of Distance in Km between two points on MapFragment
@WebQuest · 2021-08-08
B4ATutorialMenu
Create a Slide Menu with a Panel
Create a Slide Menu with a Panel
@Serge Nova · 2021-08-05
B4ATutorialB4A
Core Programming - Chain of Several Programmer
Core Programming Is a group chain of Programmer working on the development of new Features.
@Serge Nova · 2021-08-01
B4ATutorialFile xfer
Download huge files with HttpUtils2
Download huge files with HttpUtils2
@Erel · 2021-07-25
B4ATutorialCompass
Compass: TRUE HEADING & Magnetic Declination.
Displays TRUE HEADING with local magnetic declination.
@T201016 · 2021-07-14
B4ATutorialHelp
Help Management for Application
Help Management for Application
@Guenter Becker · 2021-07-13
B4ATutorialGoogle
Make sure you are enrolled in new 15% Play Store Fee
Make sure you are enrolled in new 15% Play Store Fee
@JohnC · 2021-06-22
B4ATutorialFirebase
FirebaseAdMob and User Consent
More information: https://developers.google.com/admob/android/eu-consent By default, AdMob serves personalized ads. With the new GDPR law, publishers (you) need to request consent before the private data can be used to serve personalized ads to EU users.
@Erel · 2021-06-22
B4ATutorialhttp
Connecting to HTTPS (secured) urls
Connecting to HTTPS (secured) urls
@Erel · 2021-06-22
B4ATutorialDatabase
SQL dynamic queries with jRDC2
MS SQL server provides special stored procedure ''sp_executesql'' to execute SQL statements, this stored procedure accepts one string-type parameter which is the SQL query we want to execute. By using this procedure with jRDC2 we will be able to execute any SQL query/nonquery statement. All we need is to add this line to our SQL commands in config properties file on B4J jRDC.
@Mostez · 2021-06-06
B4ATutorialService/Receiver
Long-running background service example: AutoCount
App which contains all the basics of a long-running background service
@Andris · 2021-06-05
B4ATutorialB4A
Project Like First Flutter App
Project Like First Flutter App
@ziz · 2021-05-31
B4ATutorialDrawing
JPCT-AE Polyline Example
JPCT-AE Polyline Example
@sn_nn · 2021-05-26
B4ATutorialGPS/location/maps
FusedLocationProvider + Resolution Dialog
This example shows several things: 1. Configuring FusedLocationProvider based on the instructions: https://www.b4x.com/android/forum/threads/fusedlocationprovider.50614/#content 2. Managing FLP in the starter service. This way it is not affected by the activity''s life cycle. 3. Requesting the runtime permission and checking that location services are enabled. If they are not enabled then a system dialog will appear and will let the user enable them
@Erel · 2021-05-10