B4ALibraryTranslation/localisation
Ayfie Library - Free text translation, summary and keyword extraction service
Ayfie Library - Free text translation, summary and keyword extraction service
@fernando1987 · 2022-10-27
B4ALibraryMultiple items
3D Body 4 libraries
There are three libraries, doing similar thing with variations: 1. A 3D cube, with or without dice numbers on, can roll by touch or by command or provide a throw result by click. 2. A 3D library for any body, provided that you know how to define its verteces and polygons. There are examples of several bodies which may help, see photos. 3. A 3D library for any body (like 2 above), using Open_GL 1 library (thanks to Agraham). Note that I have very limited knowledge on the use of Open_GL and this implementation is very basic, however the user of this 3D library does not need any knowhow of Open_gl at all. In all libraries you can create a view which is a base panel and the body on it. The panel may be transparent or with a bitmap.
@Derez · 2022-10-17
B4ALibraryAudio/Video
PndAudioExoPlayer - For online radio stations apps
This wrapper is no substitute for Erel''s ExoPlayer, it was created with one goal in mind, to make it easier to create applications that use the online radio streams.
@Pendrush · 2022-10-16
B4ALibraryPrint
SD: Bluetooth Printer
Print text on bluetooth thermal printers.
@Star-Dust · 2022-10-16
B4ALibraryImages [GLIDEIMAGELOADER]
An image loading and caching library [GlideImageLoader]
An image loading and caching library. Glide library supports fetching, decoding, images, and animated GIFs for Android.
@tummosoft · 2022-10-15
B4ALibraryDate/time
Material Date Picker
Material DateTime Picker tries to offer you the date and time pickers as shown in the Material Design spec, with an easy themable API. The library uses the code from the Android frameworks as a base and tweaked it to be as close as possible to Material Design example. Support for Android 4.1 and up. (Android 4.0 was supported until 3.6.4).
@intellvold · 2022-10-09
B4ALibraryCalendar
Hijri date Calendar
Hijri date Calendar
@Hamied Abou Hulaikah · 2022-09-26
B4ALibraryAudio/Video
MidiSystem
Create, load, play and save midi files and much more.
@stevel05 · 2022-09-17
B4ALibraryGPS/location/maps
GNSS library - an updated GPS library
The GNSSS library is an updated GPS library that allows you to get information about visible satellites from the phone''s GNSSS device using an enhancement introduced in Android API version 24.
@agraham · 2022-09-15
B4ALibraryAudio/Video
PuzzleTak_AudioWaveSeekBar
Get the real waves of the audio => (local , url ) and Random Wave
@PuzzleTak · 2022-08-26
B4ALibraryViews - effects [B4A][XUI]
New Library - HaloAdvanced [B4A] [XUI]
Allows you to enrich almost every list with the HALO EFFECT
@T201016 · 2022-08-19
B4ALibraryInterop
EventBus Departing Gate 3
Android optimized publish/subscribe event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. E.g., to raise an event in an activity that''s in the background or that was killed.
@drgottjr · 2022-08-17
B4ALibraryInterop
eventbus now departing gate 2.
Android optimized publish/subscribe event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. E.g., to raise an event in an activity that''s in the background or that was killed.
@drgottjr · 2022-08-14
B4ALibraryService/Receiver
StartSerivceExact with Extra
I needed to schedule a service but I needed also to know which sql row it was scheduled for. And for this reason and probably other reasons, this small library was born. It is a modified version of the internal method used in b4a.
@somed3v3loper · 2022-07-19
B4ALibraryDrone
DJI Drones
DJI Drones are very popular and advanced drones. DJI provides an Android app that is used during flights to control the drone. The Android device connects to the remote controller with a USB cable (USB debug mode should be enabled).
@Erel · 2022-07-17
B4ALibraryDatabase
TDDBUtils Functions to handle SQLite and SQLCipher
This library supports the development of database driven Application (SQLite3/SQLCipher 4) with a growing (Work in Process) list of handy functions to make developers life easier.
@Guenter Becker · 2022-06-29
B4ALibraryViews - additional
extended Native Views
Add extra properties to views
@Guenter Becker · 2022-06-27
B4ALibraryAds
FirebaseAdMob2 - Google Mobile Ads SDK v20+
FirebaseAdMob2 - Google Mobile Ads SDK v20+
@Erel · 2022-06-07
B4ALibraryAnimation
SVGAPlayer Library
SVGAPlayer is a light-weight animation renderer. You use tools to export svga file from Adobe Animate CC or Adobe After Effects, and then use SVGAPlayer to render animation on mobile application.
@Addo · 2022-06-04
B4ALibraryB4A
B4ActivityManager: detect bots using your app
I needed to detect bots to block and found that can be handled by the activity manager using the functions isRunningInUserTestHarness and isUserAMonkey then I developed a wrapper around.
@Alejandro Moyano · 2022-05-15
B4ALibraryViews - effects
SD DragBoard
This library contains three classes. The first "DragBoard" allows you to move single-label labels (containing only one string) from one column to another, to activate the shift by clicking a longer touch. Delete or edit each item by clicking a shortcut (if enabled by customView). It supports the addition of a single item for each column (CustomView enabled) and the alphabetical sorting of entries within a column (enabled by CustoView) The second "DragPanel" allows you to move Panels from one column to another (each panel can hold any view object you want, the panel should not be changed in dimension, and the background in Color should not be changed). To activate the move, click on a longer touch. To erase or edit each item by clicking a shortcut (if enabled by customView). And will raise an event that invokes a sub in your app you manage to edit. It supports the event by adding a single item for each column (CustomView enabled) and the event sorting by alpha (CustoView enabled). These events are handled by you in the sub which is raised. The third "DragListView" is a listview that allows you to move individual entries from one line to another by dragging, it can contain one or two lines of text and a Swicht button (You can also access the panel to add more objects but the Events will not be managed by the library). To activate the move, click on a longer touch. Capture or edit every single element by clicking a short touch (if activated by customView). And will raise an event that invokes a sub in your app you manage to edit. It supports the event by adding a single item for each column (CustomView enabled) and the event sorting by alpha (CustoView enabled). These events are handled by you in the sub which is raised. All three also have a title bar. The bar can contain the Confirm button (if enabled) and delete (if enabled).m On the left also contains the menu button, which raises an event. If enabled by customView, the Menu button in addition to lifting an event opens a panel to the left. The panel can hold what you want. A listView, a menu etc ...
@Star-Dust · 2022-05-11
B4ALibraryAnimation
RubikCube
An Android port (with added features) of Josef Jelinek''s AnimCube Java Web applet. This applet is aimed at showing animation of Rubik''s cube manipulation.
@Johan Schoeman · 2022-04-23
B4ALibraryImages
Avatar Generator
This library gives you avatar like Telegram. You can set color or use unique color based on your label.
@MilaDesign · 2022-04-15
B4ALibraryToast [SLIDING NOTIFICATION][BETA][B4A][B4I][XUI]
EDK_Notification [Sliding Notification] [BETA] [B4A] [B4i] [XUI]
A toast-like notification
@Ertan · 2022-04-08
B4ALibraryAds
IronSource Ads
IronSource Ads
@Pendrush · 2022-04-07
B4ALibraryFile handling [B4A]
Uri2Tools - Library. [B4A]
Uri2Tools provides information such as: - Dir (i.e. full path name of the file) - FileName (i.e. the name of the file) - FullPath (i.e. the full path name of the file) - NamePath (i.e. the name of the folder) - MimeType (i.e. file type "mime_type") - Modified (ie the date of last modification "last_modified") - RealName (i.e. the real file name) - Size (i.e. file size) - SizeUnit (i.e. file size (example: 32MB)) - Success (i.e. the status of the operation''s success (Load ("* / *", "Choose file")) in addition, it provides information: - GetSDKversion (i.e. a working version of the SDK on the phone) - DirRootExternal (i.e. the name of the full path on the device) - ExtSDCard (i.e. the name of the full path of the external memory) - OnlyDevice (i.e. checks if the phone has additional external memory)
@T201016 · 2022-03-22
B4ALibraryColour [CROSS PLATFORM COLOUR PALETTE GENERATING ALGORITHM]
ColourThief [Cross platform colour palette generating algorithm]
This is a port to B4X of the original ColorThief algorithm by Lokesh Dhakar.
@John Naylor · 2022-03-16
B4ALibraryNFC
TapCard - scan your NFC enabled Bank Card with your NFC enable device
TapCard - scan your NFC enabled Bank Card with your NFC enable device
@Johan Schoeman · 2022-03-12
B4ALibraryDatabase
TDDButils Database Management for SQlite and SQLiteCipher
TDDButils Database Management for SQlite and SQLiteCipher
@Guenter Becker · 2022-03-09
B4ALibrarySocial [BACKGROUND SERVICE]
ReplyAuto - Library Response WhatsApp, Telegram [background service]
ReplyAuto - Library Response WhatsApp, Telegram [background service]
@jsaplication.mobile · 2022-03-04