B4J Library [B4X] BalConverter - Convert the layouts files to JSON (and vice versa) - Erel    Sep 11, 2025   (29 reactions)   tags: Eshe, files, convert, bal, layouts Automation tool: https://www.b4x.com/android/forum/threads/b4x-jsonlayouts-synchronize-json-and-binary-layouts.167398/#content BalConverter is a B4J app (desktop app) that converts between the designer layout files and JSON format. This allows you to edit the layout with a text editor. Note that the format is not so simple as the layout files were not designed to be edited this way. The converter app is simple. You choose a folder and it will convert all layout files from one format to... B4A Question AutoScale Code Module - klaus    Jul 28, 2025   (8 reactions) the Designer Scripts scales only views added in the Designer but not views added in the code. To overcome this drawback I wrote a Scale Code module, the first version is already included in... screen sizes especially the 480 x 800 scale 1.5 screen the scaling is not optimal (at least for... function in the code module scales also the internal views in ScrollViews, ListViews and scales the TextSize property of Spinners. The Scale code module contains following functions: Initialize... Share My Creation [Web][SithasoDaisy5] Low Code - A Source Code Generator for your Beautiful BANano WebApps - Mashiane    Oct 19, 2025   (4 reactions) functionalities... 166808 As the name says, SithasoDaisy5 Low Code is a tool to generate source code...: Chop & Change your Forms as you see fit 166812 Step 5: Generate the source code (see the first image) Step 6: Create a B4x SithasoDaisy5 BANano Project and paste your source code. Step 7: Run... the relational address book with SithasoDaisy5 Low Code 6-fVLzcbvi4 SithasoDaisy5 Low Code Tour NFuJpI7bAmI...-sithasodaisy5-%F0%9F%9A%80-building-responsive-low-code-web-apps-with-banano-in-b4x.168618/... B4A Code Snippet Request ignore battery optimizations - Erel    May 15, 2025   (13 reactions) The following code will show a dialog that asks the user to whitelist the app and ignore battery optimizations. This is useful if your app needs to run in the background.
Note that it is likely....
'Depends on Phone library
Private Sub CheckAndRequestIgnoreBatteryOptimizations As ResumableSub...("isIgnoringBatteryOptimizations", Array(Application.PackageName))
If ignoring Then Return True... Share My Creation [Web][SithasoDaisy5] Low Code Generated CRUD WebApp using MySQL as Back-End via REST API (PHP) - Mashiane    Oct 22, 2025   (3 reactions) Code Generator Import the attached addressbook.sql to your MySQL using phpMyAdmin After opening... the SithasoDaisy5 Low Code Generator (AddressBook Project) On the download, we have added the addressbook.json...-manager-scheduler-source-code-20.148855/... Share My Creation [Web][BANanoSQL] Offline First Relational Address Book created with SithasoDaisy5 Low Code Generator - Mashiane    Sep 13, 2025   (2 reactions) Hi Fam Download Source Code Access the Address Book on Vercel SithasoDaisy5 Low Code Generator 🏗️ Building an Offline-First Address Book with SithasoDaisy5 Low-Code Power In today’s fast-paced... Address, City, State, Postal Code. Category Table → Groups like Family, Friends, Business, Emergency... the near future) 166828 🏎️ Low-Code, High Speed The entire app was built using SithasoDaisy Low Code... with zero boilerplate Focus on business logic instead of repetitive UI code Get a ready-to-use offline... B4A Tutorial Optimizing Private And Professional Work - Guenter Becker    Apr 5, 2025   (4 reactions) Hello,
Based on my many years of experience as a process optimization consultant, I have decided to write down some of the insights I have gained from numerous projects and make them available to the forum members.
The information and solutions offered have proven to be effective, but do not... Share My Creation [B4X] [XUI] QR Code with logo - aeric    Jan 22, 2025   (17 reactions) -with-logo-b4a") ' Pass a text to generate the QR code End Sub... Share My Creation [Web][SithasoDaisy5] Full Stack LowCode Generated Address Book CRUD WebApp using PocketBase Back-End - Mashiane    Oct 19, 2025   (2 reactions) Hi Fam Download Complete Deployable Project (Source Included) Here is it and 99% of the UI, Source Code has been done via the SithasoDaisy5 LowCode Generator. I kid you not. We have a dashboard... the Source Code The B4J Folder has the complete source code for the App. You will need SithasoDaisy5 b4xlib....com password: H@8ZX~3KE8 Exploring the SithasoDaisy5 Low Code Generator (AddressBook Project.../SithasoDaisy5 SithasoDaisy5 LowCode Github - https://github.com/Mashiane/SithasoDaisy5-Low-Code Enjoy!... B4A Question IntsFromBytes byte converter from two bytes fails - rwblinn (first post)    Aug 28, 2025   (2 reactions) Another option without ByteConverter
' Convert 2 bytes (little endian) to a signed int.
' b(0) = LSB, b(1) = MSB.
' Example <code>
' Log(BytesToInt(Array As Byte(0x78, 0x00... Page: 1   2   3   4   5   6   7   |