B4XSnippetViews - events [B4X]
Cross Platform Click Events Handler - Code Block [B4X]
I do a lot of x-platform coding. All my development work is on B4J and then I adjust the code for B4A. As part of that adjustment I have to write different code for B4J and B4A and B4i (if I used that). Since I use short and long/right click and since many of my ''buttons'' are ''labels'', click event handling requires a bit of repetitive work. The Designer Script Extensions presents a method that can do this once and for all.
@William Lancee · 2023-08-16
B4JTutorialBAnano [WEB]
BANano + BLE [Web]
An example of connecting to Bluetooth (BLE) through the Bluetooth Web Api supported by some browsers
@Mariano Ismael Castro · 2023-08-16
B4XSnippetDatabase [B4X]
Server picture File to B4XImageView VIA SQL Server [B4X]
Sometimes it is just easier to go SQL direct rather than a jrdc server. I can get binary files from the server usually directly, but not always and enabling SMB1 is required and a security risk some clients aren''t willing to go for.
@MrKim · 2023-08-15
B4XSnippetB4X [OF KEYS AND VALUES]
Convert Map to List [of Keys and Values]
Convert Map to List [of Keys and Values]
@aeric · 2023-08-15
B4RSnippetB4R sensor [ESP32]
BH1750 - Digital Ambient Light Sensor [ESP32]
BH1750 - Digital Ambient Light Sensor [ESP32]
@peacemaker · 2023-08-15
B4ASnippetSpeech [TTS][SSML]
Bare Bone Text To Speech [TTS] with Speech Synthesis Markup Language [SSML] tool
Bare Bone Text To Speech [TTS] with Speech Synthesis Markup Language [SSML] tool
@MicroDrie · 2023-08-13
B4RTutorialMQTT
2 basic projects on esp : one with MQTT client and one with MQTT broker
2 basic projects on esp : one with MQTT client and one with MQTT broker
@candide · 2023-08-13
B4RSnippetB4R [ESP32]
Sleep until re-power up [ESP32]
Sleep until re-power up [ESP32]
@peacemaker · 2023-08-11
B4RSnippetB4R sensor [MAGNETIC][ESP32]
Internal Hall sensor [magnetic] [ESP32]
Internal Hall sensor [magnetic] [ESP32]
@peacemaker · 2023-08-10
B4JTutorialDrawing
MandelbrotOrbits
MandelbrotOrbits
@Johan Schoeman · 2023-08-09
B4ATutorialB4A
B4A Rapid book updated to B4A 12.50
B4A Rapid book updated to B4A 12.50
@PhilipBrown · 2023-08-09
B4JTutorialSithaso
SithasoDaisy: User Sign Up / Sign In / Forgot Password in PocketBase
SithasoDaisy: User Sign Up / Sign In / Forgot Password in PocketBase
@Mashiane · 2023-08-08
B4JToolAudio/Video
SfxGen
Port part of the famous Sfxr by DrPetter to B4X. SfxGen generates sound effect for games. The sfx can be exported to wav file.
@kimstudio · 2023-08-08
B4JTutorialSithaso [WEB]
SithasoDaisy - Deferring CSS & JS Files so that they are loaded ONLY when needed. [Web]
SithasoDaisy - Deferring CSS & JS Files so that they are loaded ONLY when needed. [Web]
@Mashiane · 2023-08-07
B4JLibraryJSON
JSON Formatter and validator
I am working on an app that needs to be able to manipulate JSON strings. They are stored in a compact format then prettified for display and editing. The main problem I have found is that if the json is invalid, it can''t be prettified with the existing JSON lib. I found this project on github and ported the format class to B4j.
@stevel05 · 2023-08-07
B4ALibraryList- and scrollview [CLASS]
CLVDragger - drag to reorder items Animation effect [class]
CLVDragger - drag to reorder items Animation effect [class]
@chjk · 2023-08-06
B4JClassB4J Server
BackgroundWorkerClass
This is the BackgroundWorker but without all the bells and whistles of Jserver.
@XbNnX_507 · 2023-08-06
B4RSnippetB4R [ESP32]
WatchDog [ESP32]
WatchDog [ESP32]
@peacemaker · 2023-08-05
B4XLibraryList- and scrollview [B4X]
Message view based on xCustomlistview [B4X]
Chat-like view; received messages appear to the left, sent to the right.
@John Naylor · 2023-08-05
B4JTutorialDrawing
MandelbrotSet
MandelbrotSet
@Johan Schoeman · 2023-08-05
B4XSnippetStrings [B4X]
Lakh format number [B4X]
Lakh format number [B4X]
@TILogistic · 2023-08-04
B4ASnippetAI/ML
Simple Call GPT-4
Simple Call GPT-4
@instahery · 2023-08-03
B4XSnippetDate/time [B4X]
Get month from day of year [B4X]
Get month from day of year [B4X]
@Alexander Stolte · 2023-08-03
B4IToolB4I
Bal2Bil
This is a small command line tool that converts B4A layout files (bal files) to B4i layout files.
@Erel · 2023-08-03
B4JLibraryCharts
Starchild_B4J_SmartGraphView
This library contains a custom view called Starchild_B4J_SmartGraphView which can be added into a form layout using B4J Designer. It provides a simple and stylish way of presenting dynamic data as a graphed display. Spot, Line and Bars can be used to represent the plotted data values on the graph.
@Starchild · 2023-08-02
B4XSnippetPDF [B4XBITMAP][B4X][B4XPAGES]
PDF to Image [B4XBitmap] [B4X] [B4Xpages]
PDF to Image [B4XBitmap] [B4X] [B4Xpages]
@Star-Dust · 2023-08-02
B4XLibraryList- and scrollview [B4X]
Conversations view for B4A, B4i [B4X]
Provides a view to display a conversations panel like various messenger systems. Add/update messages, avatars or automatic initials, long press to select conversation(s), preview latest message option, number of unread messages view, modify colours, borders etc etc.
@John Naylor · 2023-08-01
B4JTutorialSithaso [WEB]
SithasoDaisy - Installing SithasoDaisy and creating you first TailwindCSS & DaisyUI WebApp using b4x [Web]
SithasoDaisy - Installing SithasoDaisy and creating you first TailwindCSS & DaisyUI WebApp using b4x [Web]
@Mashiane · 2023-07-30
B4RLibraryB4R
rArduinoNvs NVS library for esp32
rArduinoNvs NVS library for esp32
@candide · 2023-07-30
B4JTutorialDrawing
Newton Fractals - all in B4J
Newton Fractals - all in B4J
@Johan Schoeman · 2023-07-29