✨ GRLib (Assorted Functions) B4AB4IB4J
I would like to share my library created. I have converted some of the Java Inline code such as isNumeric(), getMD5(), bytes2Hex(), getSHA1() and i have also added the following; 1. generateToken(param1) - This function generates a token using a random secure. 2. nToWord(tnNumber) - This function converts a number or amount into words.
@Cassie · 2018-06-27v2018-06-27
✨ Automatic Content Recognition Library B4I
Create Apps to identify Music, Shows, TV Channels and more. Over 40 million Music Fingerprint Database & 3rd Party IDs Supported. Check this website first to create your account and get your keys to use this library: https://www.acrcloud.com/
@Alberto Iglesias · 2018-06-16v1.0.0
✨ iGameView - Library for games B4I
iGameView is a port of B4A GameView library: https://www.b4x.com/android/forum/threads/gameview-create-2d-android-games-part-i.20038/ It also includes methods for low latency audio playback, similar to B4A SoundPool. These features are based on the following open source project: https://github.com/kstenerud/ObjectAL-for-iPhone (see the license in the readme). You can use the audio playback features without the GameView drawing features.
@Erel · 2018-06-06v1.05
✨ SlidingPuzzleView B4AB4IB4J
SlidingPuzzleView is a custom view for sliding puzzle games
@Star-Dust · 2018-05-27v0.02
✨ iBarcode library B4I
This library allows you to use the device camera to scan for all kinds of barcodes.
@Erel · 2018-05-17v2018-05-17
✨ Shadows B4AB4IB4J
I have created a very simple little code to create the shadow to the images in the views, it can also be used to transform colors into shades of gray.
@Star-Dust · 2018-05-16v2018-05-16
✨ Ryze/DJI Tello drone SDK -app B4AB4IB4J
Ryze/DJI Tello drone SDK -app [B4X]
@inakigarm · 2018-05-13v2018-05-13
✨ B4XRulerPicker B4AB4IB4J
A ruler picker custom view, compatible with B4A, B4i and B4J.
@Erel · 2018-04-30v2018-04-30
✨ B4XEncryption : Decrypt from Delphi B4AB4IB4J
B4XEncryption : Decrypt from Delphi
@dcoun · 2018-04-09v2018-04-09
✨ B4XProgressBar B4AB4IB4J
A cross platform progress bar with built-in animation. Similar to: https://www.b4x.com/android/forum/threads/b4x-xui-custom-view-circularprogressbar.81604/#content You can change the colors, thickness and orientation.
@Erel · 2018-03-20v2018-03-20
✨ Captcha View B4AB4IB4J
This class is compatible with B4A, B4J and B4i. It creates a random captcha image. Call IsMatch to check the user input and make sure to allow the user to refresh the images as some of the images will be very difficult to read. Note that it is case insensitive. You can modify the DrawPattern sub to make it easier or more difficult.
@Erel · 2018-03-13v2018-03-13
✨ SortedMap; A Sorted Collection B4I
This collection is very similar to the Java TreeMap collection I wrapped for B4j and B4A a while back. However this version is written completely in B4X. It''''s based on a red black self balancing binary search tree. If you want to understand how this works take look at this superb visualization tool which was of invaluable help in coding this. As the collection is tree based it''''s very easy and fast to return portions of the Map based on the key values as shown in the example code.
@keirS · 2018-03-04v0.0009
✨ Gallery Grid B4I
I make library that you can show pictures in grid. I use tableview for this library
@Pooya1 · 2018-02-04v2018-02-04
✨ iNMSSH - SFTP file transfer B4I
iNMSSH is based on NMSSH open source library: https://github.com/NMSSH/NMSSH It implements the SFTP protocol.
@Erel · 2018-01-10v2018-01-10
✨ Gauge View B4AB4IB4J
A nice and simple gauge. You can easily customize it as needed.
@Erel · 2017-12-24v2017-12-24
✨ Scale for Google Maps B4AB4IB4J
This custom view class is based on XUI library. It is compatible with B4A, B4i and B4J. It shows the map scale.
@Erel · 2017-12-07v2017-12-07
✨ Pie Chart B4AB4IB4J
A simple, cross platform, pie chart class based on XUI library.Implemented as a custom view. Add it with the designer.
@Erel · 2017-11-26v2017-11-26
✨ iMapList - combining a Map and a List B4I
A MapList is a combination of a Map and a List and implements most of the attributes and methods of both types. Why would you want to use as MapList? To have fast lookup (by Key) and to have control over the order of Values held in the MapList.
@Misterbates · 2017-11-08v2.01
✨ Leadbolt SDK (ads) B4I
Leadbolt SDK (ads)
@Erel · 2017-10-18v2017-10-18
✨ iPropertyEditor - display/edit object properties or database fields / create an App settings page B4I
iPropertyEditor is available for IOS and Android and can be used to present object properties to the user for review and editing. It is modelled on the IOS Settings App (see https://www.b4x.com/android/forum/t...gs-to-the-default-settings-app.48778/#content)
@Misterbates · 2017-10-10v1.03