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
jRLDialogs8
Dialogs Libary based on JavaFX 8
@rwblinn · 2022-11-22
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
CreditsRollView
CreditsRollView library
@DonManfred · 2022-11-19
SoftOrientation Library for Activitiy and B4XPages based projects
Allows changing the screen orientation without killing the activity
@Ivica Golubovic · 2022-11-12
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
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
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
Javax print wrapper for UI and non-UI apps. [B4j]
This is a wrap of the Javax print API. It is more complex to use than the Javafx print API but does have a few benefits such as being usable in non-UI apps and access to java Swing printable interface which makes it easy to print the content of swing nodes.
@stevel05 · 2022-10-31
Graphics
This Library wraps the 2Dgraphic elements of JavaFX2
@stevel05 · 2022-10-31
Ayfie Library - Free text translation, summary and keyword extraction service
Ayfie Library - Free text translation, summary and keyword extraction service
@fernando1987 · 2022-10-27
PerfectMoney
PerfectMoney is an alternative method of payment on the Internet for services.
@MichalK73 · 2022-10-24
Palantech Framework
It''s with great pleasure that i am releasing the first ever ORM MVC B4J Framework: ORM: Object Relational Mapping, This framework allows you to pull from and push data to a database without writing SQL, this is done using the awesome Type system that we all love in B4x MVC: Stands for Model View Controller. you can read about it here: https://en.wikipedia.org/wiki/Modelâviewâcontroller B4J: The IDE that we all love! (please check footnotes)
@EnriqueGonzalez · 2022-10-21
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
SD: Bluetooth Printer
Print text on bluetooth thermal printers.
@Star-Dust · 2022-10-16
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
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
SD_xMultiSpinner [B4X] [B4XLib] [XUI]
Spinner that allows selecting multiple items
@Star-Dust · 2022-10-14
SD Selector [B4X] [XUI]
SD Selector [B4X] [XUI]
@Star-Dust · 2022-10-13
CSSStyleClass Designer Script Extension [B4j] [DSE]
CSSStyleClass Designer Script Extension [B4j] [DSE]
@stevel05 · 2022-10-13
Dynamsoft Barcode Reader - Cross-Platform Barcode/QR Code Decoding Library [B4X] [B4XPages]
Dynamsoft Barcode Reader is a barcode reading SDK written in C++ and has Java/Objective-C packages, so it is possible to wrap it as a B4X library using JavaObject and NativeObject. It is a commercial SDK that has good performance and customizability.
@xulihang · 2022-10-12
SD Gauge [B4X]
SD Gauge [B4X]
@Star-Dust · 2022-10-10
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
xBusy - customizable busy indicator that also blocks background interaction. [B4X] [XUI] [B4XLib]
xBusy - customizable busy indicator that also blocks background interaction. [B4X] [XUI] [B4XLib]
@Segga · 2022-10-05
MaterialTool - Creating a window with JSON [ABMaterial]
This was created as a result of the need to create data entry forms in the current project he is writing. The project contains a large number of data entry forms. The data is often dynamically changed, tailored to a particular client. It was impossible to enter all the forms in a simple way, which translates into the size of the code and design time. The big plus of this method that you do not need to restart, recompile the server. Everything works on a working web server. From here the window files can be edited from another editor on the network, locally, etc. They can be sent via API, downloaded from a database, etc.
@MichalK73 · 2022-10-01
Shapes - Shape Nodes [DSE]
This class contains designer extension script methods based on the snippets I previously posted with some enhancements that make it too complex to post as snippets.
@stevel05 · 2022-09-26
Hijri date Calendar
Hijri date Calendar
@Hamied Abou Hulaikah · 2022-09-26
WavRandomAccessFile [B4x]
A wav file aware wrapper for RandomAccessFile that makes mixing and jumping around audio files easier.
@stevel05 · 2022-09-15
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
SD: Bluetooth Printer B4J
BT_Printer library allows you to print text (and soon image) to a bluetooth thermal printers. It is similar to the BT_Printer library for Android, and implementations, events and methods are almost identical. We are working to have the same library for all platforms. On iOS it will be different because it uses BLE, but we will try to standardize the use.
@Star-Dust · 2022-09-14