B4J Library [B4X] BalConverter - Convert the layouts files to JSON (and vice versa) - Erel    Sep 11, 2025   (30 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/... Other B4J v10.5 BETA with integrated Code Bundle tool has been released - Erel    Feb 26, 2026   (33 reactions) Code Bundle is a tool that packs your project together with additional relevant information... with a click of a button (Ctrl + R). The bundle includes: Project code + list of public APIs. Keys... with additional information for each library. Current caret location with the code around it - the AI knows... after the task runs. codesync - set to True to force the IDE to synchronize the code modules... will be passed to the process. This is used by Code Bundle and can be used by other similar tools. Note... Other B4J v10.5 with integrated Code Bundle tool has been released - Erel    Mar 11, 2026   (36 reactions) I'm happy to release B4J v10.5! Code Bundle is a tool that packs your project together... code + list of public APIs. Keys are sanitized based on heuristic templates. (optional) Logs... with the code around it - the AI knows where you are focused on right now. Additional information.... codesync - set to True to force the IDE to synchronize the code modules with the files. autosave - set to.... This is used by Code Bundle and can be used by other similar tools. Note that the format is not final and... 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... B4A Library [B4X] CodeBundle – Export Projects as a Single JSON for AI Analysis - Erel    Jan 25, 2026   (32 reactions) can be then fed to ChatGPT or any other capable AI bot for further analysis. It exports the modules code...: #Macro: Title, Code bundle, ide://run?File=%ADDITIONAL%\..\B4X\CodeBundle.jar&Args=%PROJECT_NAME%.... vmargs=-DCompactJson&3DFalse - To generate non-compact json. Source code is also attached. - Save the project before running if you made changes. The tool reads the code from the project files.../CodeBundle.jar... Page: 1   2   3   4   5   6   7   |