B4ALibraryBarcode/scan
Zebra SE4710 barcode scan engine
Zebra SE4710 barcode scan engine
@Peter Simpson · 2024-12-25
B4ALibraryPhysics
Magnetics
calculates magnetic variation and inclination for place and time.
@Derez · 2024-12-20
B4ALibraryViews - additional
RichEditor
RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android
@somed3v3loper · 2024-12-04
B4ALibraryLabel
MaxLabel
I have modified a custom view AutoTextSizeLabel where the font size is maximized either in height or width.Now it takes into account both borders and padingns. It is packaged in the b4xlib library.
@Jerryk · 2024-11-29
B4ALibraryFile handling
Manage External Storage - access internal external storage > SDK 30
A class that lets apps on SDK 30 and higher devices treat the file store as a real file store and not some dumbed down abstracted thing.
@agraham · 2024-11-11
B4ALibraryCardView
Intellvold New B4A CardView
Intellvold New B4A CardView
@intellvold · 2024-11-01
B4ALibraryGoogle
GPBpurchases - Google Play Billing purchases library
GPBpurchases - Google Play Billing purchases library
@Jerryk · 2024-10-29
B4ALibraryGoogle [B4A]
GPBilling [B4A]
This library wraps the GooglePlayBilling base library. It returns the results in structures as they are built in the Google accounting system.
@Jerryk · 2024-10-29
B4ALibrarySerial comm/USB
UsbSerial
This is an expanded version of the original UsbSerial library. It has added support for Prolific PL2303 USB to serial converters, Android ADK devices and USB permissions. All devices use the same simple interface intended to be used with AsyncStreams and AsyncStreamsText. Note that AsyncStreams prefix mode is not supported. The library is based on the same open source project Android USB host serial driver library as the existing UsbSerial library but no longer needs a separate jar file as the project source code is incorporated in the library.
@Erel · 2024-10-25
B4ALibraryCompression
SDZipLibrary improvement
SDZipLibrary improvement
@Alain75 · 2024-10-23
B4ALibraryBarcode/scan
Generic Android powered 1D/2D laser barcode scanner library
Generic Android powered 1D/2D laser barcode scanner library
@Peter Simpson · 2024-10-22
B4ALibrarySpeech
TTSextras - Freedom of Speech
TTSextras allows you to: 1) save raw PCM (android''s default) audio output to a file in your system''s Documents folder. do with it as you see fit. 2) save synthesized output (as a .wav file) to RuntimePermissions.GetSafeDirDefaultExternal("") or to your systems''s Files folder. listen and share to your heart''s content. 3) synthesize text greater than 4000 bytes at a time. obviously, within the limits of your device''s memory. 4) easy voice selection and identification. you can map a given voice to a user-friendly description for future reference.
@drgottjr · 2024-10-21
B4ALibraryBarcode/scan
1D and 2D Barcode Scanner ZXING
Android library projects that provides easy to use and extensible Barcode Scanner views based on ZXing and ZBar.
@Johan Schoeman · 2024-10-06
B4ALibraryDatabase
FrostPocketBaseMobile - A Full Wrapper for Pocketbase-mobile server
FrostPocketBaseMobile is a B4A wrapper around the Pocketbase-mobile library by Rohit Sangwan. This wrapper brings the power of a Pocketbase Server to your B4A projects, allowing you to easily integrate a lightweight, self-hosted backend into your Android apps.
@FrostCodes · 2024-09-22
B4ALibraryOCR
B4Xtesseract4android ver 4.70
B4Xtesseract4android ver 4.70
@roberto64 · 2024-09-12
B4ALibrarySeekbar [XUI]
JNSeekBar with gradient [XUI]
JNSeekBar with gradient [XUI]
@John Naylor · 2024-09-09
B4ALibraryAI/ML
TensorFlowLite -Update- an experimental machine/deep learning wrapper for B4A
TensorFlowLite -Update- an experimental machine/deep learning wrapper for B4A
@Zkshazly · 2024-08-30
B4ALibraryAction Bar, Drawer, etc
BottomSheetBuilder
BottomSheetBuilder
@scsjc · 2024-08-17
B4ALibraryDropbox [BETA]
Dropbox SDK V2 - Java [beta]
This is a wrap for the Dropbox JAVA SDK It is a request for the community too to parcitipate to this project doing test or writing documentation for the objects.
@DonManfred · 2024-08-03
B4ALibraryXML
Digitally sign XML Documents
Digitally sign XML Documents
@jkhazraji · 2024-07-24
B4ALibraryFile handling
Introducing liteCsvParse: A Lightweight Library for Efficient CSV Processing
Introducing liteCsvParse: A Lightweight Library for Efficient CSV Processing
@carlos7000 · 2024-07-22
B4ALibraryPreferences
Preferences - Material Design Preferences
This library provides a framework to create nice looking Material Design Preferences down to API9. It uses this GitHub project to fix some bugs in the android support preferences stuff. It also adds some nice features like simple icon tinting, simple menu list preferences and a color picker.
@corwin42 · 2024-07-21
B4ALibraryBarcode/scan [CLASS]
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
B4ALibraryBarcode/scan [CLASS]
DocumentScanner based on Google ML Kit [class]
DocumentScanner based on Google ML Kit [class]
@Erel · 2024-07-18
B4ALibraryBarcode/scan [BETA]
Barcode reader based on Google Play Services Vision [beta]
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-18
B4ALibraryNotifications
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
B4ALibraryGoogle
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
B4ALibraryDrawing
Fireworks library
Fireworks library
@Jerryk · 2024-07-07
B4ALibraryStrings
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
B4ALibraryB4A
Immersive Mode - Hide system bars
Immersive Mode - Hide system bars
@Claude Obiri Amadu · 2024-06-16