B4JLibraryDatabase [B4J]
Database encryption [B4j]
Database encryption [B4j]
@MichalK73 · 2025-03-21
B4XLibraryTabStrip [B4X][XUI]
AS SegmentedTab [B4X] [XUI]
AS SegmentedTab [B4X] [XUI]
@Alexander Stolte · 2025-03-19
B4JTutorialImages [PYBRIDGE]
pyvips - image manipulation library [PyBridge]
pyvips is a very powerful image manipulation library. It can manipulate very large images. I''ve created a modified "HugeImageView" based on it as an example. It can show 1-2 GB images. These are images that need special handling to draw, as the full image can''t be loaded into RAM.
@Erel · 2025-03-19
B4XLibraryViews - additional [B4X]
XUI Views - Cross platform views and dialogs [B4X]
XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content). The same b4xlib library is compatible with B4A (v8.8+), B4J (v7.0+) and B4i (TBD+). It is a collection of custom views and dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which is a zip file.
@Erel · 2025-03-19
B4IClassImages [CLASS]
Photo management library based on PHAsset [CLASS]
Photo management library based on PHAsset [CLASS]
@JackKirk · 2025-03-18
B4XLibraryDatabase [B4X]
PocketBase - Open Source backend in 1 file [B4X]
PocketBase - Open Source backend in 1 file [B4X]
@Alexander Stolte · 2025-03-18
B4XLibrarySupabase [B4X]
Supabase - The Open Source Firebase alternative [B4X]
Supabase - The Open Source Firebase alternative [B4X]
@Alexander Stolte · 2025-03-18
B4JSnippetWebApp [PROJECT TEMPLATE]
User Login Server [Project Template]
User Login Server [Project Template]
@aeric · 2025-03-18
B4JTutorialB4J
B4J Change Log (version history)
B4J Change Log (version history)
@Erel · 2025-03-17
B4ATutorialWebView
WebViewExtras Examples for beginners
WebViewExtras Examples for beginners
@FrostCodes · 2025-03-17
B4JSnippetSpeech [PYBRIDGE]
Text to Speech with pyttsx3 [PyBridge]
Text to Speech with pyttsx3 [PyBridge]
@Erel · 2025-03-16
B4JTutorialWebApp [PYBRIDGE][SERVER]
Using PyBridge in web apps [PyBridge] [server]
Using PyBridge in web apps [PyBridge] [server]
@Erel · 2025-03-16
B4XLibraryAudio/Video [B4X][XUI]
AS AudioVisualizer [B4X] [XUI]
This view is an audio visualizer that converts decibel values into simulated FFT data and renders one of three styles (spectrum, waveform, or filled wave) on a canvas. It features noise filtering, Gaussian normalization.
@Alexander Stolte · 2025-03-15
B4JSnippetSystem Tray [INLINE JAVA VERSION]
Icon System Tray Example [Inline Java version]
Icon System Tray Example [Inline Java version]
@jkhazraji · 2025-03-15
B4ALibraryBluetooth
BLE2PeripheralEnhanced2 - BLE2Peripheral with multiple services
BLE2PeripheralEnhanced2 - BLE2Peripheral with multiple services
@CaptKronos · 2025-03-14
B4XToolB4X [B4X]
Automatically package b4xlib libraries [B4X]
When I was writing the b4xlib library, I encountered complicated steps, and I needed to decompress and compress the b4xlib file (zip format) frequently. So I wrote this tool to automatically package b4xlib libraries. At the same time, a project template was made.
@byz · 2025-03-13
B4JSnippetMQTT
B4J RabbitMQ Client SSL/Username/Password
RabbitMQ is a reliable and mature messaging and streaming broker, which is easy to deploy on cloud environments, on-premises, and on your local machine.
@Magma · 2025-03-13
B4ATutorialGPS/location/maps
GPS tutorial
GPS tutorial
@Erel · 2025-03-13
B4XSnippetDatabase [B4X][B4J, B4A, B4I][PROJECT TEMPLATE]
jRDC2 Client [B4X] [B4J, B4A, B4i] [Project Template]
jRDC2 Client [B4X] [B4J, B4A, B4i] [Project Template]
@aeric · 2025-03-13
B4JTutorialB4J Server [SERVER]
SSL Connections [Server]
SSL Connections [Server]
@Erel · 2025-03-13
B4JTutorialRaspberry Pi [PYBRIDGE]
Communicating with Raspberry Pi [PyBridge]
Communicating with Raspberry Pi [PyBridge]
@Erel · 2025-03-12
B4JLibraryPython [NON-UI][PYBRIDGE]
Console [non-ui] project template [PyBridge]
Console [non-ui] project template [PyBridge]
@Erel · 2025-03-12
B4XSnippetAudio/Video [B4A + B4I + B4J][B4X]
Example Play Audio MP3 [b4a + b4i + b4j] [B4X]
Example Play Audio MP3 [b4a + b4i + b4j] [B4X]
@Lucas Siqueira · 2025-03-12
B4XSnippetComms & Network [B4X]
Find all reachable ips in the local network [B4X]
Find all reachable ips in the local network [B4X]
@Erel · 2025-03-12
B4ALibraryImages
HugeImageView - show very large images
HugeImageView - show very large images
@Erel · 2025-03-12
B4JSnippetDatabase [PROJECT TEMPLATE]
jRDC2 Server [Project Template]
Project template based on jRDC2 version 2.23 with sample database.
@aeric · 2025-03-12
B4AClassNotifications
NB6 - Notifications Builder class (2018)
This is an internal library now. For a long time there were two ways for B4A developers to show notifications: - Simple notifications with the built-in Notification object. - More complex notifications with barx''s NotificationBuilder library. Thank you barx for all your work!!! The notifications features changed a lot as Android evolved. Android 8 (with targetSdkVersion 26+) adds another complexity with the introduction of notification channels. The built-in Notification object was rewritten in B4A v8 to work properly with all versions. This is a good option if you are interested in simple notifications.
@Erel · 2025-03-12
B4JSnippetNotifications [PYBRIDGE]
Windows 10/11 notifications [PyBridge]
Windows 10/11 notifications [PyBridge]
@Erel · 2025-03-12
B4XLibraryImages [B4X]
ZoomImageView - Cross platform zoomable + pannable image view [B4X]
A custom view that shows an image and allows the user to zoom and pan the image
@Erel · 2025-03-12
B4ATutorialList- and scrollview
HOW YOU CAN USE ScrollView
Scrolling a panel
@modiranghaneipour · 2025-03-11