B4A Library [Lib] AnimationPlus - Informatix    Nov 3, 2021   (32 reactions)   tags: B4A, animation Hello everybody,
Here's my new baby. The AnimationPlus library extends the Animation library...:
PersistAfter (boolean): if True, the animation does not revert to its initial state
StartOffset (long): delay before the animation really starts
AnimationSet (animations on the same view are played together)
four new Drawables:
AnimationDrawable: image-by-image animation
ClipDrawable: drawable with automatic... 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] 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.... - AnotherProgressBar - Vertical or horizontal animated progress bar. - B4XLoadingIndicator - 6 different animated loading indicators. - RoundSlider - A round slider. - SwiftButton - 3d button - AnimatedCounter... with a nice animated progress bar. - B4XProgressDialog - A template + its own dialog. Cross platform... B4A Tutorial Expandable list based on CustomListView - Erel    Nov 8, 2020   (28 reactions)   tags: CustomListView, listview that the expanded items height can be different for different items. The example depends on AnimationPlus and StringUtils libraries.... 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 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... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (42 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... As DBRequestManager = CreateRequest Dim cmd As DBCommand = CreateCommand("select_animal"....ErrorMessage) End If j.Release End Sub The select_animal command is defined in the config file: sql.select_animal=SELECT name, image, id FROM animals WHERE id = ? Note that you can make... B4A Library [Tool] Simple Library Compiler - Build libraries without Eclipse - Erel    Jan 20, 2025   (53 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 GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Nov 1, 2025   (17 reactions) 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... B4J Library (b4j)[juuid] Get Unique hardware ID - behnam_tr    Aug 5, 2025   (21 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   |