B4R Library RF24 - nRF24L01 radio modules - Erel    May 18, 2016   (11 reactions) https://www.b4x.com/basic4android/images/SS-2016-05-17_13.21.18.jpg This library wraps RF24 open source project: http://tmrh20.github.io/RF24/ (GPL license). With this library it is simple to... - MISO pin. Uno - 12, Mega - 50 8 - Not connected Code: - Initialize the RF24 object and set the CE... Public Serial1 As Serial Private rf24 As RF24 Private raf As RandomAccessFile Private...) rf24.Initialize(7, 8, "rf24_NewData") rf24.OpenReadingPipe(UNO) rf24... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (68 reactions)   tags: b4xlib;libraries, b4x library, Erel with the relatively new XUI library. Standard libraries will never be cross platform as they are compiled... 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... and code modules can also be platform specific. Creating a b4x library is very simple. You just need.... Note that the source code can be extracted from a b4x library. b4x libraries appear like all... B4A Library [Tool] Simple Library Compiler - Build libraries without Eclipse - Erel    Sep 27, 2024   (52 reactions)   tags: library, Lib, SimpleLibraryCompiler The purpose of Simple Library Compiler (SLC) is to make it easier to build libraries. SLC... existing open source libraries. Do note that you still need to provide the source code. This tool only... folder you can put any additional libraries that should be referenced during compilation. The 'bin... will be compiled and the Jar file and XML files will be outputted to the "additional libraries folder... a very simpler wrapper that wraps Flurry Analytics library. The source code: http://www.b4x.com... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Dec 12, 2023   (82 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views 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... methods: Size, IndexOf and SelectedItem. V2.24 - Fixes a bug in B4i where disabled B4XDialog buttons... - Download and double click to run. XUI Views is an internal library. Make sure to copy it to the internal libraries folder (C:\Program Files (x86)\Anywhere Software\<tool>\libraries). Notes... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (41 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp to the additional libraries folder. 2. Add a reference to this jar with: #AdditionalJar: mysql.... It depends on RandomAccessFile and OkHttpUtils2 libraries (or the matching libraries in B4J or... B4A Tutorial [java] Creating libraries for B4A - Erel    Sep 29, 2016   (8 reactions)   tags: Java library, Library, Creation New video tutorial is available here: http://www.b4x.com/forum/libraries-developers-questions/12431-video-tutorial-creating-simple-library.html Basic4android has a very good support for external libraries. In fact almost all of the internal keywords are loaded from an external library (Core library). In order to develop a library you need to have Eclipse installed. The Android plug-in is not required as the libraries are regular Java libraries. Knowledge required: - Java - Android main... B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions)   tags: CustomListView, xcutomlistbox card, xuiCLV, CUSTOMLIST, Erel, XUI Update: As several other libraries depend on xCustomListView library, it is no longer recommended to use the code module. Use the library instead. There are several extension classes that add more... xCustomListView is an implementation of CustomListView based on XUI library. It provides all the features... #${i}"$) Don't use the source code. Use the preinstalled xCustomListView library instead. Libraries such as XUI Views depend on the library and will not work properly with the module... B4A Library FirebaseNotifications - Push messages / Firebase Cloud Messaging (FCM) - Erel    Jun 26, 2023   (47 reactions)   tags: Fcm, Firebase, Push, Messaging 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 in order to receive messages. The FirebaseMessaging receiver will be started by the OS when a new message arrives. It is not a real issue, but if the user closed your app with a "force close" ... B4A Tutorial Handle the soft keyboard with the IME library - Erel    Aug 27, 2024   (27 reactions)   tags: IME Android has very good support for custom input method editors (IMEs). The downside for this powerful feature is that interacting with the soft keyboard can be sometimes quite complicated. This library includes several utilities that will help you better handle the soft keyboard. The attached example demonstrates the available methods. 156404 Note that the IME object should be initialized before it can be used. Handling the screen size changed event When the keyboard opens the available... B4J Library (b4j)[juuid] Get Unique hardware ID - behnam_tr    Aug 10, 2024   (18 reactions) 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 Validation ... Page: 1   2   3   4   5   6   7   |