Java Question loading dynamically linked library - warwound (first post)    Oct 2, 2012 Well from what i understand, if your library .jar contains a .so file in a lib or lib/armeabi... be worth the time.
However if in future you have more than one version of the same .so library... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 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 [B4X] PreoptimizedCLV - Lazy loading extension for xCustomListView - Erel    Aug 28, 2025   (44 reactions) loading is explained here: https://www.b4x.com/android/forum/threads/b4x-xui-customlistview-lazy-loading-virtualization.87930/#content and here: https://www.b4x.com/android/forum/threads/?-part-1-basics-creating-long-lists-using-xcustomlistview-with-lazy-loading-newer-developers.114096/#content..., we create the views as the items become visible. There are all kinds of lazy loading methods. An incomplete list: Level 0: No lazy loading at all. Most applications should choose this one... B4A Tutorial [B4X] Comment Links and #Macros - Erel    Sep 16, 2025   (23 reactions) https://www.b4x.com/basic4android/images/qHTNrUJnPQ.gif Comment Links Code comments can include clickable links. The following schemes are supported: http(s):// - Link will be opened.../forum/threads/b4x-b4xorderedmap-get-first-item-nth-item-and-last-item.118642/ file:// - Link...:\Users\H\Documents\Presentation+With+Spaces.pptx ide:// - Link will be handled by the IDE. There are currently two types of methods: goto: Clicking on link will move the cursor to the specified target. 'called from: ide... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 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 dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which... animated loading indicators. - RoundSlider - A round slider. - SwiftButton - 3d button - AnimatedCounter....gif V1.10 - New B4XInputTemplate - See post #2. XUI Views is an internal library. Notes... 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 Tutorial [java] Creating libraries for B4A - Erel    Sep 29, 2016   (8 reactions)   tags: Java library, Library, Creation IOException { The format is: Link title|URL. If you have several objects and want to create a library scope... libraries. In fact almost all of the internal keywords are loaded from an external library (Core... this library: <link>Currency Converter|http://www.b4x.com/forum/basic4android-getting-started...-viewer.html</link>. */ public static void LIBRARY_DOC() { } Raising...New video tutorial is available here: http://www.b4x.com/forum/libraries-developers-questions/12431... B4A Library [Tool] Simple Library Compiler - Build libraries without Eclipse - Erel    Jan 20, 2025   (53 reactions)   tags: library, Lib, SimpleLibraryCompiler with ignore field. Download link: www.b4x.com/android/files/SimpleLibraryCompiler.zip You should...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... B4A Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Nov 1, 2025   (17 reactions) of the document's URL. Sheets_name As String Name of the sheet we are going to work on Sub delete... of the document's URL. Sheets_name As String Name of the sheet we are going to work on Sub delete(id... of this variable NOTE: This library is not free, because, it took a lot of time and gray hair to create all... description, thanks. Thanks for your understanding. :) This library depends the Google OAuth2 class: https... forget to load the layout file created with the visual designer. For example: s.Initialize(Me... B4A Class [class][B4X] Google OAuth2 - Erel    Oct 29, 2025   (44 reactions)   tags: wait, Google b4i.example2 with your package name. #UrlScheme: b4i.example2 3. B4A code: Sub Activity_Resume oauth2.CallFromResume(Activity.GetStartingIntent) End Sub B4i code: Sub Application_OpenUrl (Url As String, Data As Object, SourceApplication As String) As Boolean oauth2.CallFromOpenUrl(Url... each platform ClientSecret is only needed in B4J Manifest snippet in B4A #UrlScheme and Sub Application_OpenUrl in B4i (Main module) - v2.11: added "access_type":"offline" to... Page: 1   2   3   4   5   6   7   |