lmB4XSQLiteDump [B4XLib]
This library allows you to dump SQLite database tables.
@LucaMs · 2022-03-29
lmInputDlg [B4X]
Cross platform (B4A, B4J, B4I) simple but useful input dialog, based on B4XDialog (ShowCustom).
@LucaMs · 2022-03-26
CodeMirror wrapper and example
A wrapper for the CodeMirror javascript libarary which runs quite happily in a Webview. Current functionality: - Highlighting Mode for B4x (and 100+ other languages) - Minimal wrapper implementation in library, see the attached CodeEditor for an example of a fuller implementation - Implemented the available visual themes
@stevel05 · 2022-03-25
rAsyncTCP on esp32
rAsyncTCP on esp32
@candide · 2022-03-24
Uri2Tools - Library. [B4A]
Uri2Tools provides information such as: - Dir (i.e. full path name of the file) - FileName (i.e. the name of the file) - FullPath (i.e. the full path name of the file) - NamePath (i.e. the name of the folder) - MimeType (i.e. file type "mime_type") - Modified (ie the date of last modification "last_modified") - RealName (i.e. the real file name) - Size (i.e. file size) - SizeUnit (i.e. file size (example: 32MB)) - Success (i.e. the status of the operation''s success (Load ("* / *", "Choose file")) in addition, it provides information: - GetSDKversion (i.e. a working version of the SDK on the phone) - DirRootExternal (i.e. the name of the full path on the device) - ExtSDCard (i.e. the name of the full path of the external memory) - OnlyDevice (i.e. checks if the phone has additional external memory)
@T201016 · 2022-03-22
HikariCP 5.x
This is a wrapper for HikariCP which is a database connection pool manager (https://github.com/brettwooldridge/HikariCP)
@tchart · 2022-03-21
ColourThief [Cross platform colour palette generating algorithm]
This is a port to B4X of the original ColorThief algorithm by Lokesh Dhakar.
@John Naylor · 2022-03-16
jBasicLib embedded Basic interpreter library
Nearly six years ago I posted the original B4A version of this library that was in fact a port to Java from the original Basic4ppc .Net C# version that I wrote even earlier. Shortly after that I gave up Android development out of disgust with Google and returned to playing with Basic4ppc and C# under Windows. I now find myself back having to use Android for mobile work and have already posted an updated, polished and reasonably documented version for B4A. I now post here a version that will work with B4J.
@agraham · 2022-03-14
TapCard - scan your NFC enabled Bank Card with your NFC enable device
TapCard - scan your NFC enabled Bank Card with your NFC enable device
@Johan Schoeman · 2022-03-12
TDDButils Database Management for SQlite and SQLiteCipher
TDDButils Database Management for SQlite and SQLiteCipher
@Guenter Becker · 2022-03-09
SD CreativeBackgroud [B4X] [XUI]
This new library is based on my latest work of gradual backgrounds and @JordiCP ''s code that gave me permission to rework it and insert it in a custom view.
@Star-Dust · 2022-03-08
B4XCollections - More collections [B4X]
B4XCollections is a b4x lib. It adds several cross platform collections. It includes a static module named B4XCollections which should be used to create new instances of the collections. You can either create new empty collections or pass the initial data.
@Erel · 2022-03-08
ReplyAuto - Library Response WhatsApp, Telegram [background service]
ReplyAuto - Library Response WhatsApp, Telegram [background service]
@jsaplication.mobile · 2022-03-04
TDSLinput [masked extended EditText]
TDSLinput stands for TechDoc Single Line input. It is a Custom View (XUI) for the use with Anywhere B4A Suite. The view is usable by the Designer Tool of the suite or by code. The view is developed in B4A Language and compiled to a B4A Library (JAR/XML) to be used as external and additional library for the suite. TDSLinput creates a flexible single line input form. The form structure is based on an individual or a predefined Mask. On the screen it looks like a formatted EditText View with special features.
@Guenter Becker · 2022-03-02
extended editText view
extended editText view
@Guenter Becker · 2022-03-02
LineUtils v1.2 - get required height for multiline TextView/label with variable line spacing [B4X]
LineUtils v1.2 - get required height for multiline TextView/label with variable line spacing [B4X]
@mohsyn · 2022-02-27
Firebase Email/Password authentication
Wrap to integrate firebase auth email/password authentication.
@Enrico Fuoti · 2022-02-25
Flutterwave B4A Android Library
This is a library for easy integration of Flutterwave with your Android application with B4A. Use this library in your B4A project.
@Claude Obiri Amadu · 2022-02-23
B4XSwitch changing colors in runtime [B4X]
B4XSwitch changing colors in runtime [B4X]
@Blueforcer · 2022-02-22
SD_ClockRange [B4X]
I wanted to create a view that would help me for a Timer. (MinRange - MaxRange) It could be for minutes or hours and then an editable Range. Furthermore, the user had to be able to choose where to start and where to end (MinValue - MaxValue) The timer when it started had to show how far it had gone (MinLevel-Max_Level).
@Star-Dust · 2022-02-16
Windows Registry Access - Add a compiled [with built in B4JPackager] B4J executable to Windows Startup
I needed a way to start an application in windows startup so I created this library. The compiled library is contained in NHRegistry.zip and a sample project with examples on how to use it (also containing the code of the library) is contained in MyRegistry.zip. It requires jShell library and works only with windows not breaking the code in other OSs.
@hatzisn · 2022-02-07
ShThumbUpButton [Wrapped]
A nice thumbs up control
@Salar82 · 2022-02-06
Play RTSP easily
Play RTSP easily
@darabon · 2022-02-02
rSPI library and rSPI32 library
A wrapper for SPI library from esp8266 project and a wrapper for SPI32 from esp32 project
@candide · 2022-01-29
SunCalc B4XLib
SunCalc is a tiny BSD-licensed library originally written in JavaScript for calculating sun position, sunlight phases (times for sunrise, sunset, dusk, etc.), moon position and lunar phase for the given location and time.
@John Naylor · 2022-01-27
B4XTableSelections - extended selection modes for B4XTable [B4X]
B4XTableSelections extends B4XTable and adds new selection modes: SINGLE_CELL_TEMP - this is the built-in selection mode. Unlike the other selection modes it disappears automatically. SINGLE_CELL_PERMANENT - selection of a single cell. SINGLE_LINE_PERMANENT - selection of a single line. MULTIPLE_CELLS - selection of multiple cells. MULTIPLE_LINES - selection of multiple lines
@Erel · 2022-01-13
AdColony Library
AdColony Library
@Pendrush · 2022-01-13
iFirebaseRemoteConfig
This is a wrapper of Firebase RemoteConfig library for B4i. I made this for @Jack Cole and he gave me permission to post this in forum to help other users.
@Biswajit · 2022-01-12
Firebase RemoteConfig [NEW]
This is a wrapper of the Firebase RemoteConfig library for B4A.
@Biswajit · 2022-01-12
jTelegramBot - Create your own Telegram Bot [BETA]
JTelegramBot is a Java library that wraps Telegram Bot API with a simpler API using Builder design pattern.
@DonManfred · 2022-01-09