B4ALibrarySMB / CIFS [SMB2]
jcifs-ng SMB-Client [SMB2]
jcifs-ng SMB-Client [SMB2]
@DonManfred · 2020-03-15
B4ALibraryGPS/location/maps
FusedLocationProvider
FusedLocationProvider is Android''s latest attempt to improve the location services available to your applications. Official documentation can be found here: https://developer.android.com/google/play-services/location.html. This library depends on the Google Play Services library and the GPS library. The GPS library is required in order to use it''s Location object.
@warwound · 2020-03-12
B4ALibraryPreferences
SharedPreferences - Save Key-value data
SharedPreferences - Save Key-value data
@ProgrammedComputer · 2020-03-11
B4ALibraryWear
WatchFace Library
With this library you can create WatchFaces for Android Wear devices with B4A.
@corwin42 · 2020-03-05
B4ALibraryExcel
aPOI - A wrapper for jPOI for Android
aPOI - A wrapper for jPOI for Android
@DonManfred · 2020-03-01
B4ALibraryMaths
FFT
This library contains an FFT object for performing Fast Fourier Transforms.
@klaus · 2020-02-27
B4ALibraryFirebase
Firebase RemoteConfig
Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update.
@DonManfred · 2020-02-25
B4ALibraryAccessibility
Accessibility Services (assisting users with disabilities, automation etc)
This is a partial wrap/library for Android''s Accessibility Services which you can read about here: https://developer.android.com/reference/android/accessibilityservice/AccessibilityService
@moster67 · 2020-02-22
B4ALibraryB4A
XmlLayoutBuilder
The standard way to build the UI in Basic4android is with the visual designer / designer script. You can also create UI elements by code. This library adds a third option which is to use xml files to define the layout. This is Google''s standard method. This option is especially useful if you want to reuse resources created for an Android Java project. All three options can be combined together.
@Erel · 2020-02-20
B4ALibraryMQTT
jMQTT - Official Android MQTT client
jMQTT - Official Android MQTT client
@Erel · 2020-02-17
B4ALibraryGPS/location/maps
Spatialite
A geo-spatial capable database, enabling fast and efficient storage and retrieval of geo-spatial data types.
@warwound · 2020-02-06
B4ALibraryImages
MediaProjectionScreenshot library
Make a screenshot of Android APi21+ system (or multiple screenshots) of the real device screen size (without black borders), it includes the virtual buttons block. The source code is published also under LGPL license: please, upload any updated lib version and its source code to this forum, if you downloaded it and updated.
@peacemaker · 2020-01-26
B4ALibraryEditText/Textview/TextArea/TextField
MaskedEditText
This EditText fixes a few issues with the standard EditText and adds new features: - Filter: you can transform any input before the text is changed; - Mask: you can define an input mask; - Read-only: you can protect your EditText against changes; - Error popup: you can display a message in a popup to warn the user
@Informatix · 2020-01-23
B4ALibraryAudio/Video
vlcb4a
A B4A wrapper of VLC player
@Moster67 · 2020-01-14
B4ALibrarySignature
Library Check Signature
This is simple library to check signature APK.
@MarcoRome · 2020-01-13
B4ALibraryAudio/Video
Casty - Cast Videos to Google Cast Devices
Casty is a small Android library that provides a simple media player for Chromecast. It''s fully consistent with Google Cast v3.
@DonManfred · 2020-01-05
B4ALibraryBarcode/scan
Document Scanner
Automatically detect a document on a photo then scan it
@Johan Schoeman · 2020-01-03
B4ALibraryAudio/Video
FFmpeg_b4a - a FFmpeg library for b4a (decoding/streaming)
FFmpeg_b4a - a FFmpeg library for b4a (decoding/streaming)
@moster67 · 2020-01-03
B4ALibraryOS
NanoTime
Uses the most accurate clock available on the device, resets on reboot so only really useful for working with elapsed time in an app.
@stevel05 · 2019-12-31
B4ALibraryComms & Network
Network Service Discovery - Apple Bonjour - mDNS - Zero Configuration Networking
I am designing an IoT device that required an auto-discovery service. I did not find any way to easily read a Bonjour Answer (mDNS - 224.0.0.251 [5353]). To fix my problem I decided to wrap the Network service discovery (NSD) from android. https://developer.android.com/training/connect-devices-wirelessly/nsd Library Code : https://github.com/DylanMeng/B4A-LIB_NetworkServiceDiscovery
@Dylan Meng · 2019-12-30
B4ALibraryOther
Heart Rate Measurement - 100% embedded in B4A
Android based heart rate monitor which uses the camera and its flash to determine the users heart rate in beats per minute.
@Johan Schoeman · 2019-12-28
B4ALibraryFirebase [ONDEVICE TEXT-, BARCODE-, IMAGELABELING, FACE- AND CONTOUR-RECOGNITION]
Firebase ML-Vision [OnDevice Text-, Barcode-, Imagelabeling, Face- and Contour-Recognition]
This is a wrap for the Firebase ML-Vision live detection of - Text - Barcodes - Faces - Facontour - and Imagelabeling.
@DonManfred · 2019-12-27
B4ALibraryCharSequence / CSBuilder
CSBuilder, store in JSON format
This class can parse JSON to generate CSBuilder. Create a json string, save it in a file, add it to assets folder, and display it with this class. All the CSBuilder capabilities are supported.
@spsp · 2019-12-26
B4ALibraryBarcode/scan
1D and 2D Barcode Scanner ZBAR
Android library projects that provides easy to use and extensible Barcode Scanner views based on ZXing and ZBar.
@Johan Schoeman · 2019-12-14
B4ALibraryCharts
Pizza
Pie chart
@soyVB6 · 2019-12-13
B4ALibraryTabStripViewPager
B4xEasyTabber - Cross Platform Tabber
What I wanted was a no frills tabber that allowed programmatic alteration of its content in addition to designer support. What I also wanted was a tabber that didn''t use multiple "pages" on iOS''s NavigationController.
@Jack Cole · 2019-12-11
B4ALibrarySpinner
Spinner Wheel - Vertical and Horizontal
Spin the wheel with a finger - up or down. The spinner is cyclic i.e it acts like a circular buffer.
@Johan Schoeman · 2019-12-10
B4ALibraryAction Bar, Drawer, etc
ParsBottomSheetBuilder
A simple library that creates BottomSheets according to the Material Design specs: https://material.google.com/components/bottom-sheets.html
@mshafiee110 · 2019-11-26
B4ALibraryViews - additional
ParsDoorSignView(DoorSignView)
Create static door signs using DoorSignView or, if you''re into fancy things, give a try to AnimatedDoorSignView for adding a cool animation based on the device orientation sensor(s).
@mshafiee110 · 2019-11-26
B4ALibraryMaths
ParsGonioView(GonioView)
Simple Android view to represent an angle (Goniometry).
@mshafiee110 · 2019-11-26