✨ Barcode reader based on Google Play Services Vision B4A
This is not really a library. It is a modification to CameraEx example that adds barcode detection based on Google Play Services Vision. It uses JavaObject to create the detector and detect barcodes in the Preview event. You should call CreateDetector with the code types you want to detect. Fewer codes will yield faster detections. The implementation is quite simplistic as it is done on the main thread. It works good on Nexus 5X. I haven''''t tested it on a low end devices.
@Erel · 2024-07-18v2024-07-18
✨ DocumentScanner based on Google ML Kit B4A
DocumentScanner based on Google ML Kit [class]
@Erel · 2024-07-18v1.01
✨ Google Code Scanner - no permission, very simple to use, barcode scanning B4A
Google Code Scanner - no permission, very simple to use, barcode scanning [class]
@Erel · 2024-07-18v2024-07-18
✨ SelfieSegmentation with ML Kit B4AB4IB4J
SelfieSegmentation with ML Kit [B4X]
@Erel · 2024-07-18v2024-07-18
✨ Fireworks library B4A
Fireworks library
@Jerryk · 2024-07-07v1.2
✨ GooglePlayBilling - In App Purchases B4A
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-07v7.01
✨ NotificationListener B4A
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-07v1.2
✨ InetStatus - Check if Internet is available + type B4AB4IB4J
InetStatus - Check if Internet is available + type [WiFi/Cell/LAN] [B4X]
@Sergio Haurat · 2024-07-04v2024-07-04
✨ SP Ping - Run the ping command B4A, B4J and B4I B4AB4IB4J
SP Ping - Run the ping command B4A, B4J and B4I [B4X]
@Sergio Haurat · 2024-06-28v2024-06-28
✨ SP IFStatus - Check if interface status B4AB4IB4J
SP IFStatus - Check if interface status [WiFi, cell network data or LAN] has enabled or disabled [B4X]
@Sergio Haurat · 2024-06-27v2024-06-27
✨ Unlocking the Full Potential: A Custom StringBuilder for B4A 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-22v2024-06-22
✨ ConnectivityManager in the age of asynchronicity B4A
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-16v2024-06-16
✨ Immersive Mode - Hide system bars B4A
Immersive Mode - Hide system bars
@Claude Obiri Amadu · 2024-06-16v1.10
✨ MP_Dialogs B4A
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-13v2024-06-13
✨ MLKIT Barcode Scanning Class B4A
MLKIT Barcode Scanning Class
@drgottjr · 2024-06-11v2024-06-11
✨ AS FloatingActionMenu B4AB4IB4J
AS FloatingActionMenu [B4X] [XUI]
@Alexander Stolte · 2024-05-29v1.01
✨ B4J as an interactive backend for Python3 B4AB4IB4J
B4J as an interactive backend for Python3 [B4J, B4XPages]
@William Lancee · 2024-05-25v2024-05-25
✨ Slightly modified AutoTextSizeLabel B4A
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-23v1.4
✨ GiLoWordsGamesUtils B4A
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-18v1.8
✨ lmB4XImageView B4AB4IB4J
Modified version of Erel''''s B4XImageView - which is inside the "Xui Views" library. It does not replace that, just add this to the additional libraries folder (B4X) and then choose whether to use in your project this or that. The changes are two: 1 - I added the Click event - which also takes into account the possible rounding of the image, which is the most important feature of the B4XImageView, perhaps. 2 - Added also the classic properties: Left, Top, Width, Height
@LucaMs · 2024-05-13v2.2.0