B4JLibraryRaspberry Pi
Pi4J2 - Raspberry Pi I/O library
A new version of Pi4J which is now being actively developed and it works with all recent versions of Raspberry Pi.
@Erel · 2023-06-26
B4JLibraryRaspberry Pi [IOT]
jPi4J - Raspberry Pi GPIO controller [IoT]
Raspberry Pi GPIO controller
@Erel · 2023-06-26
B4ALibraryFirebase
FirebaseNotifications
Push messages / Firebase Cloud Messaging (FCM)
@Erel · 2023-06-26
B4JLibraryXML
jXmlSaxEnhanced
The current jXmlSax library lacks the character event as discussed here: https://www.b4x.com/android/forum/t...ements-and-text-are-mixed.121134/#post-757245 I modified the jXmlSax library to add the characters event and renamed it as jXmlSaxEnhanced.
@xulihang · 2023-06-22
B4XLibraryEditText/Textview/TextArea/TextField [B4X][XUI][B4XLIB]
SD_TextView [B4X] [XUI] [B4XLib]
A more modern editText (or TextField), but different from the B4XFloatTextField
@Star-Dust · 2023-06-19
B4JLibraryDate/time [CUSTOM VIEW]
Year Planner View [Custom View]
It displays every day in the selected year and returns the clicked day(s).
@Chris2 · 2023-06-04
B4XLibraryStrings [B4X]
B4XFormatter - Advanced number formatter [B4X]
B4XFormatter is an alternative to NumberFormat / NumberFormat2 keywords. It is implemented in B4X and it is cross platform.
@Erel · 2023-05-21
B4JLibraryPrint
Printer Example - Print text with the jFX8 Printer library
This is an example of printing text using the jFX8 Print library with TextFlow and Text class objects.
@stevel05 · 2023-05-16
B4ALibraryPermissions
PermissionsManager
PermissionsManager is a library that enables the management of runtime permissions. This library completely replaces the standard RuntimePermissions library with the addition of modern dangerous permissions and special permissions that require approval via the settings application.
@Ivica Golubovic · 2023-05-15
B4JLibraryDatabase
MysqlConn : Mysql connection library
MysqlConn : Mysql connection library
@Justcooldev · 2023-05-12
B4ILibraryPrint
iSD BLE Printer
Print with Iphone (and iPad) with Bluetooh (BLE). At the moment I can not print the images, but I''m working on it. If you want to have the activation code (Freeing all the functions) contact me in private.
@Star-Dust · 2023-05-07
B4JLibraryhtml
CreateHTMLPage easy logging of data
This library will create an html page and display it in your default browser from one or more lists or arrays or csv.
@stevel05 · 2023-05-05
B4JLibraryBlockChain
Web3X - Develop Web3 solutions with B4X
An open source Java library for integration of Ethereum clients
@Erel · 2023-05-02
B4XLibraryB4X [B4X]
B4xBitSet_Utils Serialize a B4xBitSet [B4x]
I had a need to save the state of a B4xBitSet so I thought I should create a serializable version of it. The easiest method and compatible with B4xSerializator, was to create a list of Int values representing the bits.
@stevel05 · 2023-04-29
B4JLibraryOS
Windows Registry - jRegistry
Grants you read and write access to the Windows registry
@tchart · 2023-04-27
B4JLibraryDesigner [DSE]
PaneLayout [DSE]
I''ve been working a lot in MySQL lately and got fed up creating layouts that were very similar to show audit reports. I came up with this which is a designer script extension that loads however many labels you specify into a pane. You can define the widths, left margin and EventNames for the labels so they can respond to being clicked.
@stevel05 · 2023-04-26
B4ALibraryB4Xpages [B4A]
AndroidPages - B4XPages alternative with orientation support [B4A]
AndroidPages - B4XPages alternative with orientation support [B4A]
@Spavlyuk · 2023-04-15
B4ALibraryAds
AdsHelperFromStarter - AdsHelper for Traditional B4A Apps & More
AdsHelperFromStarter - AdsHelper for Traditional B4A Apps & More
@Jack Cole · 2023-04-12
B4XLibraryDatabase [MSSQL,MYSQL][B4X][B4XLIB]
SD_SQL [MsSQL,MySQL] [B4X] [B4XLib]
A library that allows you to connect to MySql, MsSql (for the moment) databases with B4A and B4J; B4I is work in progress.
@Star-Dust · 2023-04-05
B4XLibraryAudio/Video [XM, S3M, MOD][B4X]
Music Tracker Box [xm, s3m, mod] [B4X]
Music player libraries for MOD, S3M and XM formats.
@mazezone · 2023-04-05
B4JLibraryFile handling [LIB]
B4XAttibute - Allows you to set attributes for directories and files. [LIB]
A simple library that will allow you to set/remove attributes (+H,+R,+S,+A/-H,-R-S-A) for directory(s) and/or file(s) including on request of all subfolders.
@T201016 · 2023-04-05
B4ALibraryGPS/location/maps
OSMDroid 6 Mapsforge
This library is an addition to the OSMDroid 6 library and enables the display of Mapsforge offline maps in the OSMDroid6 MapView. Mapsforge maps are vector maps, which allows the size of the map file to be several tens of times smaller.
@Ivica Golubovic · 2023-04-03
B4ALibraryGPS/location/maps
OSMDroid 6 BonusPack
This library is an addition to the OSMDroid 6 library. Contains additional classes and methods for geocoding, reverse geocoding, POIs, Routing and others. This library is based on the original GitHub library version 6.9.0, but I had to rework some classes due to deprecation to make them functional.
@Ivica Golubovic · 2023-04-03
B4ALibraryViews - effects [LIB][B4A]
BMTypeWriter [LIB] [B4A]
Create a simple TypeWriter Effect on any TextView
@Brian Michael · 2023-04-03
B4ALibraryAudio/Video
Exoplayer 2.18.0 RTMP Player
Exoplayer 2.18.5 RTMP Player
@Addo · 2023-04-02
B4ALibraryB4A
SD: MenuClose
I had the need to create a menu when it is required to exit App from the Back button of the device but also from the home button. So I have to create something similar to closing the device.
@Star-Dust · 2023-04-01
B4XLibraryB4Xpages [B4XPAGES]
PagesTransition [B4XPages]
PagesTransition [B4XPages]
@Solutions Development · 2023-03-27
B4ALibraryhttp
OkHttpUtils2 v3.02
All previous versions of OkHttpUtils2 relied on a service. In the new version HttpUtils2Service is actually a receiver. It should be transparent for developers.
@Erel · 2023-03-22
B4JLibraryB4J
Caffeine Cache
Caches can be critical for servers and other apps where you cannot store all data in memory and still need good performance.
@Erel · 2023-02-28
B4XLibraryImages [B4X]
BitmapsAsync [B4X]
A cross platform library that allows loading images using background threads. It can be useful with keeping the app responsive while loading many images.
@Erel · 2023-02-28