Share My Creation Blur Effect Demo - thedesolatesoul    May 20, 2014   (12 reactions) library. Sorry for the unclean and haphazard coding in the sample. It uses one of my own libraries UIUtils for the bluronThread function. It uses AcceleratedSurface library to scale the bitmap. It uses Reflection library to setAlpha on the imageview. It uses IME library just to hide the keyboard... B4A Example Midi Monitor2 - stevel05    Jul 16, 2025   (4 reactions) This is a rewrite of the original midi monitor example as a CustomView in a B4xPages project. It eliminates the need for threading and the AcceleratedSurface libraries. 165417 It also implements loading midi files using the Content Chooser. Requires a configured MidiSystem library (See instructions on that page).... 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... Java Question Accelerated Surface library - Nikan99    Apr 7, 2023 Can tou please upload Acceleratedsurface library? I try to extract the jar using Simple Library Compiler but I have problem with the jar.... 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 is a zip file. Views: - B4XRadioButton - Cross platform radio button. - B4XComboBox - Cross platform....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 Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Mar 25, 2026   (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... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Mar 22, 2026   (74 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text platform library with several features: - Text drawing engine. - Text layout engine. - BBCode.../basic4android/images/F0DYcnZwgV.gif The library and the code inside can be used for all kinds of things... on jBitmapCreator v4.71+ which is available in B4J v7.50 and B4i v5.80. B4A library: https://www.b4x.com... color. New BBLabel.DisableResizeEvent field. This is used by BCToast library which removes.../page-2#post-665369 BCTextEngine is an internal library. ... 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 [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... Page: 1   2   3   4   5   6   7   |