B4ALibraryBluetooth
BLE 2 - Bluetooth Low Energy
BLE 2 - Bluetooth Low Energy
@Erel · 2023-01-04
B4ALibraryAudio/Video
AudioTrack
Wrapper for AudioTrack Library allows sending audio from within an app.
@stevel05 · 2023-01-03
B4ALibraryToast
Alerter Library
This library aims to overcome the limitations of Toasts and Snackbars, while reducing the complexity of your layouts.
@Pendrush · 2022-12-31
B4ALibraryhttp [HTTPSERVER+DIGEST AUTH]
SD DigestServer [httpServer+Digest Auth]
Source code included. I have extended the HttpServer Library functions by adding Digest authentication. This is a demonstration version, it allows normal http connections (such as httpserver) and activating the digest protocol on a specific folder will display (if you enter the correct credentials) a standard page. You can ask for the full version privately which allows you to send your http pages to requests for authenticated pages.
@Star-Dust · 2022-12-25
B4ALibraryEditText/Textview/TextArea/TextField [XUI]
SD AutoComposeTextView [XUI]
SD AutoComposeTextView [XUI]
@Star-Dust · 2022-12-21
B4ALibraryFirebase
Firebase phone number authentication
A wrap to integrate firebase auth phone number authentication.
@Enrico Fuoti · 2022-12-17
B4ALibraryhttp
B4A Welcomes SSE
Server Side Events
@drgottjr · 2022-12-04
B4ALibraryPreferences [PREFERENCEMENU + PREFERENCEMANAGER]
fsPreferences [ PreferenceMenu + PreferenceManager]
fsPreferences [ PreferenceMenu + PreferenceManager]
@Filippo · 2022-11-25
B4ALibraryWebView
UltimateWebViewAssetLoader
(Deprecated) Since API version 30 it is not possible to use file:/// to load files from the DirAsset, DirInternal and Resource folders. This library provides a solution.
@Ivica Golubovic · 2022-11-24
B4ALibraryOS
BiometricManager - Biometric Authentication
This class replaces FingerprintManager (https://www.b4x.com/android/forum/threads/fingerprint-authentication.72500/#content). It works with all the device supported biometric authentication features.
@Erel · 2022-11-22
B4ALibraryViews - additional
CreditsRollView
CreditsRollView library
@DonManfred · 2022-11-19
B4ALibraryB4Xpages
SoftOrientation Library for Activitiy and B4XPages based projects
Allows changing the screen orientation without killing the activity
@Ivica Golubovic · 2022-11-12
B4ALibraryComms & Network
Modbus TCP Library
Available functions: FC01 - Read Coil FC03 - Read Holding FC05 - Write Single Coil FC06 - Write Single Holding FC16 - Write Multiple Holding
@Walter95 · 2022-11-09
B4ALibraryFirebase
Facebook - Extends FirebaseAuth to support Facebook
This library together with FirebaseAuth allows users to sign in to your app with a Facebook or Google account.
@Erel · 2022-11-07
B4ALibraryPhysics [B4A/B4J]
PndCommonsSunCalc - [B4A/B4J] library for calculation of sun and moon positions and phases.
PndCommonsSunCalc - [B4A/B4J] library for calculation of sun and moon positions and phases.
@Pendrush · 2022-11-04
B4ALibraryTranslation/localisation
Ayfie Library - Free text translation, summary and keyword extraction service
Ayfie Library - Free text translation, summary and keyword extraction service
@fernando1987 · 2022-10-27
B4ALibraryMultiple items
3D Body 4 libraries
There are three libraries, doing similar thing with variations: 1. A 3D cube, with or without dice numbers on, can roll by touch or by command or provide a throw result by click. 2. A 3D library for any body, provided that you know how to define its verteces and polygons. There are examples of several bodies which may help, see photos. 3. A 3D library for any body (like 2 above), using Open_GL 1 library (thanks to Agraham). Note that I have very limited knowledge on the use of Open_GL and this implementation is very basic, however the user of this 3D library does not need any knowhow of Open_gl at all. In all libraries you can create a view which is a base panel and the body on it. The panel may be transparent or with a bitmap.
@Derez · 2022-10-17
B4ALibraryAudio/Video
PndAudioExoPlayer - For online radio stations apps
This wrapper is no substitute for Erel''s ExoPlayer, it was created with one goal in mind, to make it easier to create applications that use the online radio streams.
@Pendrush · 2022-10-16
B4ALibraryPrint
SD: Bluetooth Printer
Print text on bluetooth thermal printers.
@Star-Dust · 2022-10-16
B4ALibraryImages [GLIDEIMAGELOADER]
An image loading and caching library [GlideImageLoader]
An image loading and caching library. Glide library supports fetching, decoding, images, and animated GIFs for Android.
@tummosoft · 2022-10-15
B4ALibraryDate/time
Material Date Picker
Material DateTime Picker tries to offer you the date and time pickers as shown in the Material Design spec, with an easy themable API. The library uses the code from the Android frameworks as a base and tweaked it to be as close as possible to Material Design example. Support for Android 4.1 and up. (Android 4.0 was supported until 3.6.4).
@intellvold · 2022-10-09
B4ALibraryCalendar
Hijri date Calendar
Hijri date Calendar
@Hamied Abou Hulaikah · 2022-09-26
B4ALibraryAudio/Video
MidiSystem
Create, load, play and save midi files and much more.
@stevel05 · 2022-09-17
B4ALibraryGPS/location/maps
GNSS library - an updated GPS library
The GNSSS library is an updated GPS library that allows you to get information about visible satellites from the phone''s GNSSS device using an enhancement introduced in Android API version 24.
@agraham · 2022-09-15
B4ALibraryAudio/Video
PuzzleTak_AudioWaveSeekBar
Get the real waves of the audio => (local , url ) and Random Wave
@PuzzleTak · 2022-08-26
B4ALibraryViews - effects [B4A][XUI]
New Library - HaloAdvanced [B4A] [XUI]
Allows you to enrich almost every list with the HALO EFFECT
@T201016 · 2022-08-19
B4ALibraryInterop
EventBus Departing Gate 3
Android optimized publish/subscribe event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. E.g., to raise an event in an activity that''s in the background or that was killed.
@drgottjr · 2022-08-17
B4ALibraryInterop
eventbus now departing gate 2.
Android optimized publish/subscribe event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. E.g., to raise an event in an activity that''s in the background or that was killed.
@drgottjr · 2022-08-14
B4ALibraryService/Receiver
StartSerivceExact with Extra
I needed to schedule a service but I needed also to know which sql row it was scheduled for. And for this reason and probably other reasons, this small library was born. It is a modified version of the internal method used in b4a.
@somed3v3loper · 2022-07-19
B4ALibraryDrone
DJI Drones
DJI Drones are very popular and advanced drones. DJI provides an Android app that is used during flights to control the drone. The Android device connects to the remote controller with a USB cable (USB debug mode should be enabled).
@Erel · 2022-07-17