B4ATutorialhttp
User Login + MySQL PHP API
User Login + MySQL PHP API
@aeric · 2024-08-16
B4JLibraryDatabase [WEB]
WebAPI Controller [Web]
This library is use to create basic controller class in Web API Server v2.04+ template.
@aeric · 2024-08-14
B4XToolB4X [OPEN SOURCE]
New b4x library compiler tool - like Simple Library Compiler - [open source]
I want to develop another version of Simple Library Compiler to compile .jar libraries. It should be compatible with newer SDKs, generate doclet documentation, and download necessary libraries from Maven.
@tummosoft · 2024-08-14
B4ASnippetOS [SOLVED]
How to determine default browser on device - WITHOUT using android.permission.QUERY_ALL_PACKAGES
How to determine default browser on device - WITHOUT using android.permission.QUERY_ALL_PACKAGES
@JackKirk · 2024-08-14
B4ATutorialEncryption
Align the AES encryption and decryption results between B4X and the .NET platform
Align the AES encryption and decryption results between B4X and the .NET platform
@byz · 2024-08-14
B4JTutorialExcel [BANANO]
Using ExcelJS to create Excel Reports based on existing templates [BANano]
Using ExcelJS to create Excel Reports based on existing templates [BANano]
@Mashiane · 2024-08-13
B4XLibraryPicker [B4X][XUI]
AS BottomEmojiPicker [B4X] [XUI]
AS BottomEmojiPicker [B4X] [XUI]
@Alexander Stolte · 2024-08-11
B4JLibraryOS [LIB]
jSystem Information [lib]
Java library for get information about your machine. Information about Operating System, CPU, Memory, Net, Disk, Network, Services and Process
@behnam_tr · 2024-08-10
B4RLibraryB4R LCD/TFT
rTFT_eSPI + rPNGdec a wrapper for TFT / compilation esp32 OK / need tester with real TFT
rTFT_eSPI + rPNGdec a wrapper for TFT / compilation esp32 OK / need tester with real TFT
@candide · 2024-08-09
B4JSnippetDatabase [SQLCIPHER]
Open Encrypted Sqlite Databases with B4J [SQLCipher]
Open Encrypted Sqlite Databases with B4J [SQLCipher]
@mcqueccu · 2024-08-09
B4JTutorialSocial [WEB]
Beginning Telegram Mini Apps - CloudStorage aka CRUD Key-Value Store [Web]
Beginning Telegram Mini Apps - CloudStorage aka CRUD Key-Value Store [Web]
@Mashiane · 2024-08-09
B4ILibraryGame
GameCenter
iGameCenter library provides access to Apple''s Game Center services. Currently only the leaderboard (high scores) feature is implemented.
@Erel · 2024-08-08
B4XTutorialPreferences [B4X]
AS Settings - Change Description Text on the fly [B4X]
AS Settings - Change Description Text on the fly [B4X]
@Alexander Stolte · 2024-08-08
B4RLibraryhtml
rESPUI for esp32
ESPUI is a simple library to make a web-based user interface for your projects using the ESP8266 or the ESP32 It uses web sockets and lets you create, ol, and update elements on your GUI through multiple devices like phones and tablets.
@candide · 2024-08-07
B4ATutorialService/Receiver
Android 14 / targetSdkVersion 34 and Services
Android 14 / targetSdkVersion 34 and Services
@Erel · 2024-08-05
B4JLibraryExcel
XLUtils / jPOI 5 - Read and write MS Excel workbooks
XLUtils / jPOI 5 - Read and write MS Excel workbooks
@Erel · 2024-08-04
B4XTutorialPreferences [B4X]
AS Settings - ComboBox Property [B4X]
AS Settings - ComboBox Property [B4X]
@Alexander Stolte · 2024-08-04
B4ASnippetDate/time
solar calendar
Convert dates into the Persian calendar
@gohargazi · 2024-08-03
B4ALibraryDropbox [BETA]
Dropbox SDK V2 - Java [beta]
This is a wrap for the Dropbox JAVA SDK It is a request for the community too to parcitipate to this project doing test or writing documentation for the objects.
@DonManfred · 2024-08-03
B4ILibraryAudio/Video
PIP Video Controller
I had the need to make an app that can play a video in Picture in Picture mode
@walterf25 · 2024-08-02
B4ASnippetGame
B4A My 2048
This app is based on the popular 2048 puzzle game, where the goal is to combine tiles with the same number to reach the 2048 tile.
@Grinaute · 2024-08-02
B4XLibraryFirebase [B4X]
FirebaseFirestore [B4X]
FirebaseFirestore [B4X]
@Claude Obiri Amadu · 2024-08-01
B4JLibraryComms & Network
xSocket - The socket library is fully functional for event and semantic message streams
xSocket is a library wrapped around Socket.d. Socket.d has a collection of many connection protocols: TCP, UDP and WS. It can be used for MSG, RPC, IM, MQ and other scenarios, and can replace Http, Websocket, gRpc and other protocols. Such as the connection between the mobile device and the server, such as some microservice scenarios, etc.
@tummosoft · 2024-07-31
B4JSnippetColour
JColorChooser : change your colors the Photoshop way
JColorChooser : change your colors the Photoshop way
@jkhazraji · 2024-07-31
B4ATutorialAudio/Video
Exoplayer track video resolutions
Get video resolutions avilable in played video (m3u8,mp4 ...) and show them in a listview to select one
@zedapp · 2024-07-31
B4JLibraryDatabase
Modded jRDC2 w/SQLite support and more
Attached you''ll find a modified version of jRDC2 (source https://www.b4x.com/android/forum/t...ation-of-rdc-remote-database-connector.61801/) that supports SQLite as the datastore out of the box. Support for V1 has been removed and therefore this is not a drop in replacement for jRDC2. This is more meant for people starting new with jRDC2. Comments are welcome (pro and con). Other modifications are listed in the main file and are relisted here
@OliverA · 2024-07-29
B4JTutorialDatabase
jRDC2 client example (using modded jRDC2)
Attached you find an example of accessing a jRDC2 server. This is a conversion of the DBUtils example program (here: https://www.b4x.com/android/forum/threads/dbutils-example.34611/#content). Please use the modded jRDC2 server (here: https://www.b4x.com/android/forum/threads/modded-jrdc2-w-sqlite-support-and-more.85578/). I used this client to do some "smoke" testing and remove some uncaught exceptions errors that I triggered in the original jRDC2 code (here: https://www.b4x.com/android/forum/t...ation-of-rdc-remote-database-connector.61801/). Please note that I create a "helper" code module jRDC2Utils that encapsulates some of the jRDC2 communication. This may not be the way to go, but it seems to work. I do seem to have some issues with events and order of events (one is documented in the source, the end of the AppStart method). For now it shows a small glimpse of jRDC2.
@OliverA · 2024-07-29
B4ATutorialService/Receiver
Receivers and Services in 2023+
Receivers and Services in 2023+
@Erel · 2024-07-28
B4JLibraryDatabase [WEB]
PocketBase Hooks Collection [Web]
PocketBase Hooks Collection [Web]
@Mashiane · 2024-07-27
B4JTutorialSocial [WEB]
Beginning Telegram Mini Apps - Alerts [Web]
Beginning Telegram Mini Apps - Alerts [Web]
@Mashiane · 2024-07-27