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....
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... B4A Question GPS tutorial and a new phone - konisek    Dec 22, 2024 generated Java code. (0.08s) Convert byte code - optimized dex. Error PARSE ERROR: unsupported class... msg: B4A Version: 11.00 Parsing code. (0.00s) Java Version: 14 Building folders structure. (0.02s) Compiling code. (0.01s) Compiling layouts code. (0.00s) Organizing libraries. (0.../AnnotationRetentionDetector.class Uncaught translation error: com.android.dx.cf.code.SimException: invalid....cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26... 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... 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... 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... Share My Creation [B4X] Video Conference, Audio, Text Chat app - meet@point - Source Code only 20€ - Magma    Nov 30, 2024   (30 reactions) you can communicate with text... Enabling 2-way audio is possible if you have the source-code... you will get B4X source code for B4A and B4J... or you can just Support me to continue creating apps... B4J Question ConvertObjectToBytes (why does this give a java error?) - Marc De Loose (first post)    Nov 3, 2024   (1 reaction)
1. Please post the full error message from the logs.
2. What is the output of Log(All_lst_xRotateKnobs)?
3. Note that the working code skips the first element.
To avoid such errors:
For Each... 3. The first element should be skipped by design. (I know that in the failing code it is included... B4J Code Snippet [PyBridge] Convert Python object to dict / map - Erel    Aug 12, 2025   (3 reactions) add a converter as demonstrated here: https://www.b4x.com/android/forum/threads/pybridge-non-linear... Page: 1   2   3   4   5   6   7   |