B4JLibraryDatabase
PocketBase- getList route/handler
In PocketBase, getList is a client method used to retrieve a paginated list of records from a collection.
@Mashiane · 2025-08-23
B4RLibraryB4R motor
rESP32Servo
rESP32Servo is an open-source servo motor library for ESP32-based boards only (ESP8266 and AVR not supported). It has been built up-on the B4R internal library rServo (AVR-based boards) and extended for ESP32-based boards by wrapping the library ESP32Servo.
@rwblinn · 2025-08-21
B4ALibraryB4A
Updates to internal libraries
Updates to internal libraries
@Erel · 2025-08-20
The purpose of this post is to provide a single location for the internal libraries. The libraries will be synchronized in our new github respository (https://github.com/AnywhereSoftware/B4X_Forum_Resources/tree/main/B4X/Libraries/Internal b4xlibs). This will make it easier to track changes.LibraryB4X [B4X]
Internal b4xlibs [B4X]
The purpose of this post is to provide a single location for the internal libraries. The libraries will be synchronized in our new github respository (https://github.com/AnywhereSoftware/B4X_Forum_Resources/tree/main/B4X/Libraries/Internal b4xlibs). This will make it easier to track changes.
@Erel · 2025-08-20
B4JLibraryDatabase [A ROUTE/HANDLER TO EXECUTE UPDATE SQL COMMANDS]
PocketBase - RawUpdate [A route/handler to execute UPDATE SQL Commands]
PocketBase - RawUpdate [A route/handler to execute UPDATE SQL Commands]
@Mashiane · 2025-08-19
B4JLibraryDatabase [A ROUTE/HANDLER TO EXECUTE INSERT SQL COMMANDS]
PocketBase - RawInsert [A route/handler to execute INSERT SQL Commands]
PocketBase - RawInsert [A route/handler to execute INSERT SQL Commands]
@Mashiane · 2025-08-18
B4JLibraryOS
JarCaller - Run and kill B4J jars
JarCaller - Run and kill B4J jars
@Erel · 2025-08-18
B4ALibraryAds
FirebaseAdMob2 - Google Mobile Ads SDK v20+
FirebaseAdMob2 - Google Mobile Ads SDK v20+
@Erel · 2025-08-18
B4RLibraryB4R
rConvert
rConvert is a lightweight, open-source helper library for B4R that provides practical conversion routines often needed when working with micro-controllers, sensors, and communication protocols. It includes simple methods for converting between: - Unsigned integers (UInt, ULong) and byte arrays - Floats and byte arrays (IEEE 754) - Numbers and formatted strings - Bytes and hexadecimal strings - Common convenience helpers (e.g. On/Off > Boolean)
@rwblinn · 2025-08-16
B4JLibraryDatabase [A ROUTE/HANDLER TO EXECUTE SELECT SQL COMMANDS]
PocketBase - RawSelect [A route/handler to execute SELECT SQL Commands]
PocketBase - RawSelect [A route/handler to execute SELECT SQL Commands]
@Mashiane · 2025-08-16
B4ALibraryFirebase
FirebaseAnalytics
Analytics & Crash Reports
@Erel · 2025-08-14
B4JLibraryImages [B4J]
WebGL Library [B4J]
WebGL Library [B4J]
@max123 · 2025-08-13
B4RLibraryBluetooth
rBLEClient ESP32
rBLEClient is an open-source library for connecting to or scanning Bluetooth Low Energy (BLE) peripherals.
@rwblinn · 2025-08-13
B4JLibraryComms & Network [PYBRIDGE]
SSH / SFTP with AsyncSSH [PyBridge]
This is a wrapper for Python AsyncSSH library: https://asyncssh.readthedocs.io/en/latest/ AsyncSSH is a very versatile library. This wrapper exposes the SFTP features and RunCommand which runs commands on the remote machine.
@Erel · 2025-08-12
B4ALibraryFirebase
FirebaseAuth
It allows the users to sign in to your app with their Google account (more identity providers will be added in the future).
@Erel · 2025-08-12
B4JLibraryPrint
B4j Print JavaFX8
Here is a B4j library written in B4j to access the full Printer modules provided with JavaFX8. Full source code is available.
@stevel05 · 2025-08-10
B4ALibraryToast
Alerter Library
Deprecated. This library aims to overcome the limitations of Toasts and Snackbars, while reducing the complexity of your layouts.
@Pendrush · 2025-08-10
B4XLibraryDate/time [B4X][XUI]
AS DatePicker - fast navigate to a Month - Year - Decade - Century [B4X] [XUI]
AS DatePicker - fast navigate to a Month - Year - Decade - Century [B4X] [XUI]
@Alexander Stolte · 2025-08-08
B4ALibraryAudio/Video [MEDIA3]
ExoPlayer [media3] - video player
This version is based on Media3 ExoPlayer v1.2. It replaces ExoPlayer 2: https://www.b4x.com/android/forum/threads/exoplayer-mediaplayer-videoview-alternative.72652/#content The underlying SDK isn''t backward compatible so calls with JavaObject may not work without modifications.
@Erel · 2025-08-06
B4ALibrarySlider [B4A]
CustomMinimalSlider - Minimalistic slider that can do slider or progress bar [B4A]
CustomMinimalSlider - Minimalistic slider that can do slider or progress bar [B4A]
@max123 · 2025-08-06
B4XLibraryDate/time [B4X][XUI]
AS WeekdaySelector [B4X] [XUI]
AS WeekdaySelector [B4X] [XUI]
@Alexander Stolte · 2025-08-06
B4JLibraryOS [B4J]
Get Unique hardware ID + Lib [b4j]
Get Unique hardware ID + Lib [b4j]
@behnam_tr · 2025-08-05
B4JLibraryToast [B4J]
GBEToast [B4J]
GBEToast [B4J]
@Guenter Becker · 2025-08-05
B4ALibraryToast [B4A]
GBEToast [B4A]
GBEToast [B4A]
@Guenter Becker · 2025-08-05
B4RLibraryB4R other hardware [PRE-RELEASE]
ESP32-RMT-puls B4R Library [Pre-release]
This is a B4R library for generating TX pulse signals using the RMT module of the ESP32.
@tonigau · 2025-08-04
B4ALibraryTable/Grid
Tiles_JE
I created a new custom view where the user continues to run the application based on the information displayed in the tiles. There are three types of information that can be displayed: label, image, layout. The tiles are scrollable. The width of the tiles can be fixed or flexible. Each tile is assigned a unique tag, which is passed in the Click event when clicked. Examine the example.
@Jerryk · 2025-08-03
B4JLibraryDrawing
AsyncCanvas, B4XCanvas wrapper with Invalidate for B4J
AsyncCanvas, B4XCanvas wrapper with Invalidate for B4J
@max123 · 2025-08-02
B4XLibraryList- and scrollview [B4X]
Simple stackable expandable business card view [B4X]
I have made a few modifications to CLVExpandable to show an expandable ''business card'' style view with rounded corners as if they are stacked on top of each other.
@John Naylor · 2025-07-29
B4XLibraryCharts [B4X]
ediChart A library for creating PIE charts with rounded edges & Piramid Chart [B4X]
ediChart A library for creating PIE charts with rounded edges & Piramid Chart [B4X]
@valerioup · 2025-07-26
B4RLibraryhttp
raWOT
I was looking for a web server working with B4R and i found a good candidate with aWOT library for arduino.
@candide · 2025-07-22