B4A Library Updates to internal libraries - Erel    Aug 20, 2025   (16 reactions)   tags: CoreLibs Updates to internal B4A libraries will be posted here. Make sure to check the library version before updating.
These libraries should be copied to the internal libraries folder (Program Files\Anywhere Software\B4A\Libraries).... B4A Question Subscribe to library updates - Erel    Nov 25, 2024   (74 reactions) Library / classes / tools developers: please write a short post in this thread every time you make an update (also remember to update the wiki when posting new stuff).
Users can subscribe (with the Watch button in the right side) to this thread to be notified when there are updates.... Tool B4Xgoodies: a maintained library/class/code module/... inventory (last updated 2025-11-01) - walt61    May 24, 2024   (21 reactions)   tags: Goodies the forum, wanted to know what the most recent versions are of the non-core libraries I'm using in my apps, without having to resort to manually checking these libraries' forum posts to check... columns: - B4what: the tool to which the entry relates - Type: the type of object (presently: libraries... recent version data will be fetched from the first post I intend to update this every week. I keep an eye on forum posts announcing new libraries and library updates, which will then be added. If... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 reactions)   tags: b4xlib;libraries, b4x library, Erel it is simpler to implement the logic in B4X directly and the code can be cross platform. Especially with the relatively new XUI library. Standard libraries will never be cross platform as they are compiled to the platform native binary / bytecode. They also have other restrictions related to them being... of libraries is available - b4x libraries. A b4x library is a simple zip file with: - Code modules. All types... manifest file with the following fields: Version, DependsOn (list of required libraries), Supported... B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jun 26, 2023   (47 reactions)   tags: Fcm, Firebase, Push, Messaging .HandleIntent(StartingIntent) End Sub Public Sub SubscribeToTopics fm.SubscribeToTopic("general... you need. We call SubscribeToTopics from the starter service to make sure that the app... CallSubDelayed(FirebaseMessaging, "SubscribeToTopics") End Sub Now we can send messages to...Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ 260077923 Clarification: The nice thing about FCM is that your app doesn't need to run... B4i Library [tool] OTA Deployer - Easily distribute your app to beta testers - Erel    Jun 11, 2025   (20 reactions)   tags: OTA Deployer This is a tool for developers who use the hosted builder. With this tool your beta testers can install your app over the air by clicking on a link. In order to distribute your app you need to follow these steps: 1. Add the beta tester device UDID to the provision file and download the updated... OTA Deployer (double click on the jar file), fill the fields and upload the ipa file to the server... link starting with itms-services. Send this link to the beta testers (by email or any other way... 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 . It is recommended to backup your layout files before working with this tool. Updates v2.30... 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....png The Variants element is a list of the variants. You will probably won't need to edit... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Mar 19, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views with B4XLongTextTemplate when the text is shorter than the dialog. V1.62 - Small update to B4i ListTemplate... is an internal library. Make sure to copy it to the internal libraries folder (C:\Program Files (x86...311915599 XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and... control. - B4XPlusMinus - Allows the user to select a number or item from a previously set list... B4J Library (b4j)[juuid] Get Unique hardware ID - behnam_tr    Aug 5, 2025   (21 reactions) secretkey) AES_Decrypt(String strToDecrypt, String secretkey) updated v2.8 (2025/01) some fixes...Get Unique hardware ID in b4j tested on windows only you can test on mac or linux 8 method to get Unique hardware id 115909 updated v1.8 fixed error in none_ui apps removed all unnecessary methods two new method added Get_HWID1 Get_HWID2 updated v2.0 Using java standard functions without modification Changed Lib Name to juuid (jpadina deprecated) added Get_MachineID2 added Email... B4A Tutorial [java] Creating libraries for B4A - Erel    Sep 29, 2016   (8 reactions)   tags: Java library, Library, Creation library). In order to develop a library you need to have Eclipse installed. The Android plug-in is not... libraries). If you don't see android-4 then you need to download this SDK with the SDK manager. B4AShared.jar and Core.jar are located in Basic4android libraries folder. An updated B4AShared.jar... IOException { The format is: Link title|URL. If you have several objects and want to create a library scope... 'additional libraries' folder. The jar file should also be copied to this location. There are several... Page: 1   2   3   4   5   6   7   |