DocumentScanner based on Google ML Kit [class]
DocumentScanner based on Google ML Kit [class]
@Erel · 2024-07-18
Google Code Scanner - no permission, very simple to use, barcode scanning [class]
Google Code Scanner - no permission, very simple to use, barcode scanning [class]
@Erel · 2024-07-18
Fireworks library
Fireworks library
@Jerryk · 2024-07-07
GooglePlayBilling - In App Purchases
The previous service which was used by InAppBilling3 library is being deprecated and will soon won''t be available. GooglePlayBilling is based on the new in app purchases service: ttps://developer.android.com/google/play/billing/billing_library_overview
@Erel · 2024-07-07
NotificationListener
The NotificationListener library allows you to access the device notifications. This is a new feature which is only available on Android 4.3+ (api 18+).
@Erel · 2024-07-07
Unlocking the Full Potential: A Custom StringBuilder for B4A
When it comes to string manipulation, the StringBuilder class becomes a powerful tool in any developerâs arsenal. However, in B4A (Basic4Android), the built-in StringBuilder has its limitations.
@carlos7000 · 2024-06-22
ConnectivityManager in the age of asynchronicity
this is a network connection snapshot library for recent android models. it replaces classes and methods relating to network connectivity that were deprecated starting with sdk 28. until the latest classes, the only way to know if you were connected to a network was to poll the system. for google, this was an issue. how often to poll? when is a network connection going to be lost? how often is is going to be lost? with the latest classes, the system monitors network connectivity and changes in network behavior beyond the simple fact of being connected to some network. It raises an event for you to consume.
@drgottjr · 2024-06-16
Immersive Mode - Hide system bars
Immersive Mode - Hide system bars
@Claude Obiri Amadu · 2024-06-16
MP_Dialogs
This library is able to create different types of dialogues and the important thing is that you can display all dialogues with high graphics and apply a lot of personalization to each dialogue.
@b4a.developer · 2024-06-13
MLKIT Barcode Scanning Class
MLKIT Barcode Scanning Class
@drgottjr · 2024-06-11
Slightly modified AutoTextSizeLabel
The fields added are: - Min Text Size: Specify the minium size of the text of the label (less than this can''t go) - Max Text Size: Specify the minium size of the text of the label (more than this can''t go) - Ignore User Font Scale: Specify if the label should ignore the fact that the user could have widened the interface (n.b. default: True)
@Mike1970 · 2024-05-23
GiLoWordsGamesUtils
Library useful to create word game apps, for any languages. Actually only English and Italian but I will add VERY SOON a method to import simple CSV file for any language
@LordZenzo · 2024-05-18
DOListDialog - simple and customisable class [B4A]
DOListDialog - simple and customisable class [B4A]
@Dave O · 2024-05-12
BMPopUp [B4A] [XUI]
Allows you to create PopUp messages in your applications
@Brian Michael · 2024-05-05
ML Kit Subject Segmentation [class]
Input: image. Output: image with main subject.
@Erel · 2024-04-28
AS TabMenuAdvanced
A container view controller that manages a multiselection interface, where the selection determines which child view controller to display.
@Alexander Stolte · 2024-04-25
Re: [class] Google Code Scanner
Erelâs Google Code Scanner modified to include barcode type detection
@drgottjr · 2024-04-25
xCSVHelper - wrapper from Apache Commons CSV
Apache Commons is a powerful library for handling CSV files. It offers features like reading arbitrary numbers of values per line and ignoring commas within quoted elements.
@tummosoft · 2024-04-21
App localization with Google Translator [Updated!]
App localization with Google Translator [Updated!]
@Guenter Becker · 2024-04-20
List of TD_ CustomViews, Modules, Classes and Services
List of TD_ CustomViews, Modules, Classes and Services
@Guenter Becker · 2024-04-20
xGifView - Gif view for Android
xGifView - Gif view for Android
@tummosoft · 2024-04-19
JSch
SFTP protocol (Secured File Transfer Protocol)
@Erel · 2024-04-18
Bosch GLM100C - MT-Protocol to read Devicemeasurent from Bosch Rangefinder using Bluetooth
Bosch GLM100C - MT-Protocol to read Devicemeasurent from Bosch Rangefinder using Bluetooth
@DonManfred · 2024-04-14
HMS - Huawei SDK
HMS - Huawei SDK
@Erel · 2024-04-14
B4X - OpenAI - a class to work with OpenAI in your B4X-Project
B4X - OpenAI - a class to work with OpenAI in your B4X-Project
@DonManfred · 2024-04-08
Android UI components 2024 - TUMMO UI
Android UI components 2024 - TUMMO UI
@tummosoft · 2024-03-12
B4XDrawer Extension
B4XDrawer with tree structure, icons, colours
@Guenter Becker · 2024-03-08
xSQLCipher for Android Sqlcipher 4.5.4
This library is modified based on Erel''s source code. I tried popular SQLCipher libraries like Zetetic, Guardianproject but Sqlcipher worked better, even though this library is no longer updated.
@tummosoft · 2024-03-04
SQLCipher
Encrypted databases. SQLCipher is an open source project that extends SQLite and adds full database encryption. B4A SQLCipher object is a special subtype of SQL object. There is almost no need to change any code in order to switch from regular SQL to SQLCipher.
@Erel · 2024-03-03
Customise GATT Services - BLEPeripheral2Enhanced
I''ve added the following features to the original BlePeripheral2 V1.12 library which I''ve renamed to BlePeripheral2Enhanced V1.5.: Create a custom primary service with your own unique UUID Create multiple characteristics with your own unique UUIDs under the primary service UUID Characteristics can be set to either Read and Write, just Read or just Write Set notifications Get the sending characteristic UUID Get the received data as a String, Hexadecimal or Binary
@Peter Simpson · 2024-02-11