iSD Switch B4I
iSD Switch
@Star-Dust · 2018-08-22v0.01
List2 B4AB4IB4J
Description: A simple class to add 3 methods to the native List. Methods: IndexOf2(Item As Object, StartIndex As Int) As Int Returns the index of the specified item starting the search from StartIndex. Returns -1 if Item was not found. GetAllIndexes(Item As Object) As List Returns a list of indexes of the specified item. An initialized empty list will be returned if no items will be found. Count(Item As Object) As Int Returns the number of occurrences of Item.
@LucaMs · 2018-08-08v2018-08-08
SD AwesoneWheel B4AB4IB4J
SD AwesoneWheel [B4X] [XUI]
@Star-Dust · 2018-08-01v0.05
xRegexField - regex validated data input B4AB4IB4J
please find attached my porting to B4X/XUI of an old and very useful B4J class from @Erel. Fundamentally it is an EditText (or TextField) with a few properties useful to check user input and react accordingly. Pattern: used to hold a regex pattern in order to validate input data SafeValue: a backup value to be returned if input data is invalid ForceSafeVal: if True forces the class to return the SafeValue above BorderColor: border color to signal the user his/her data doesn''''t match the pattern BorderWidth: border width used with BorderColor above BorderRadius: border radius used with BorderColor above LetFocusOut: if True allows the focus to leave the control even if data is invalid KbdType (B4A only): specifies one of three possible soft keyboards (TEXT, NUMBERS, DECIMAL_NUMBERS)
@udg · 2018-07-16v2018-07-16
CropView B4AB4IB4J
Cross platform, custom view that allows the user to select the cropping window.
@Erel · 2018-07-10v2018-07-10
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