B4xDialog4Button [B4x]
I needed a dialog with 4 options and rather than rewrite the b4xDialog class I opted for a different approach. This class adds a panel to an existing B4xDialog and adds 4 Buttons. quite simple really.
@stevel05 · 2020-12-21
Throwables library [B4x]
This is a simple b4xlib library that just allows throwing an IllegalArgumentException or a NumberFormatException. Sometimes a Toast or Dialog is not enough of an alert that something is going to break if the data passed is incorrect, especially in libraries.
@stevel05 · 2020-12-21
CLVExpandable - Allows expanding or collapsing xCustomListView items [B4X]
CLVExpandable - Allows expanding or collapsing xCustomListView items [B4X]
@Erel · 2020-12-14
BCToast - Cross platform custom toast message [B4X]
BCToast is a custom "toast" message implementation based on BCTextEngine. Note that unlike B4A built-in toast message feature, this toast message can only be displayed from an Activity. Default duration is set to 3000 ms. It can be changed with the DurationMs field.The text itself is highly customizable. See BCTextEngine for more information.
@Erel · 2020-12-06
SD: GridImage [B4Xlib]
This library adds a view that displays images loaded from local or from the internet (by entering only the url) and arranges them in a grid. The clicked image is displayed in double size. The basic size of each cell can be established
@Star-Dust · 2020-11-29
xComboBox - Cross Platform ComboBox with Images [B4X] [XUI]
xComboBox - Cross Platform ComboBox with Images [B4X] [XUI]
@Alberto Iglesias · 2020-11-29
Fused Location B4xLibrary [B4X]
I created this B4X library to avoid the different implementations of GPS Locating in B4A and B4i. In B4A it uses the FusedLocationProvider and in B4i it uses the iLocation Library.
@hatzisn · 2020-10-26
BlurredDialog [B4X] [BitmapCreator]
This class uses BitmapCreator to blur the background and show a panel at the center of the screen. It is compatible with B4A, B4J and B4i.
@Erel · 2020-10-14
AS Onboarding View V1 [B4X] [XUI]
If you want to show the new users the nicest features of your app, then i have the perfect view for you
@Alexander Stolte · 2020-10-10
B4xListManager [B4x]
This is a simple utility to manage a text list using XUI Views Custom Dialog. Useful for user management of options for example in a B4xComboBox or similar, or any other text list.
@stevel05 · 2020-10-07
GridManager [B4X] [custom view]
GridManager [B4X] [custom view]
@XbNnX_507 · 2020-09-20
AnotherDatePicker [B4X] [XUI]
This is a cross platform version of AnotherDatePicker custom view based on XUI library.
@Erel · 2020-09-13
SD Brightness [B4X] [XUI]
SD Brightness [B4X] [XUI]
@Star-Dust · 2020-08-22
iSD DiscTimePicker [B4X] [XUI]
iSD DiscTimePicker [B4X] [XUI]
@Star-Dust · 2020-07-27
AS Tab Strip [ASViewPager + ASTabMenu] [B4X] [XUI]
This is a helper class to make it easier to create a tabstrip from the ASViewPager and ASTabMenu.
@Alexander Stolte · 2020-07-23
BCToolTip - cross platform tool tips [B4X]
It is based on BCTextEngine and it supports rich strings set with BBCode: https://www.b4x.com/android/forum/t...-bbcode-parser-rich-text-view.106207
@Erel · 2020-06-30
BitmapCreator - Pixels, Drawings and More [B4X] [XUI]
BitmapCreator is a cross platform class. Its core is made of: 1. A bytes array that represents an image. 2. Platform specific code that efficiently creates a regular bitmap from the bytes array data (Bitmap property). 3. Platform specific code that efficiently extracts the pixels data from a bitmap and copies them to the bytes array (CopyPixelsFromBitmap). Reading and writing to an array of bytes are very quick operations. This allows low level access that was previously difficult to implement and more or less impossible to implement with cross platform code.
@Erel · 2020-06-28
Persian Date Picker View [Independent from B4XView]
Persian Date Picker View [Independent from B4XView]
@MegatenFreak · 2020-06-12
MLabelAutoSize [B4X?] [XUI]
A small CustomView that uses canvas and MeasureText to draw a text that autoresizes to cover the entire view, without stretching.
@Emme Developer · 2020-06-07
Animated Counter [B4X] [XUI]
Animated Counter [B4X] [XUI]
@Erel · 2020-05-27
AS ColorChooser [B4X] [XUI]
AS ColorChooser [B4X] [XUI]
@Alexander Stolte · 2020-05-24
SwiftButton [B4X] [XUI]
This is a port of the B4i SwiftButton library: https://www.b4x.com/android/forum/threads/iswiftybutton.75551/ It is based on XUI and it is supported by B4A, B4J and B4i.
@Erel · 2020-05-14
GPSPolyMap - check if GPS location is inside a polygon [B4X]
With this class, you can check if the GPS location coordinate is inside a polygon. You can use this class to check whether the user is inside a building, shopping mall or any custom shape. This class is only for B4A and B4I.
@Biswajit · 2020-05-11
AS ButtonSlider V1.0 [B4X] [XUI]
AS ButtonSlider V1.0 [B4X] [XUI]
@Alexander Stolte · 2020-05-02
B4XTurtle - Library for teachers and parents [B4X]
B4XTurtle is a library inspired by classic Logo programming language and TKP project: http://teachingkidsprogramming.org/ It is a cross platform library. The purpose of B4XTurtle is to help with teaching programming. Drawing with the turtle is fun and it provides a simple visual feedback to the student.
@Erel · 2020-04-30
QRGenerator - Cross platform QR code generator [Amended to accommodate more QR Code Versions] [B4X]
QRGenerator - Cross platform QR code generator [Amended to accommodate more QR Code Versions] [B4X]
@Johan Schoeman · 2020-04-26
QRGenerator - Cross platform QR code generator [B4X]
QRGenerator is a class that generates QR codes.It is written in B4X and it is compatible with B4A, B4i and B4J.
@Erel · 2020-04-26
lmB4XComboBox - V. 1.01 [B4X]
It is a modified version of the Erel''s original B4XComboBox and allows you to store in it a value for each text item. Not rarely (mainly in DBs managements) you need a ComboBox in which an Item is made of a display value and an associated value, i.e. a "description field" of a table and the relative primary key (usually the classic Integer ID). Note that the type of the values associated is object, not just Int.
@LucaMs · 2020-04-23
B4XTblClmUtils V. 1.0 [B4X]
Allows you to set some properties of a B4XTableColumn (simple and default cells): - Text Size - Text Color - Font - Background color and border - Padding (B4A only)
@LucaMs · 2020-04-22
B4XComboBox - Cross platform ComboBox [B4X] [XUI]
B4XComboBox class is a wrapper for B4J ComboBox, B4A Spinner and B4i Button + ActionSheet. It is implemented as a custom view and should be added with the designer.
@Erel · 2020-04-02