B4XLibraryTable/Grid [B4X]
SnapCLVAdvanced - Move to the nearest item - Instant snap [B4X]
I took the original CLVSnap code from @Erel and modified it to create a new class. With this class you can decide if you want to have an instant snap or if you want the list to snap only when the list stops moving.
@Alexander Stolte · 2022-04-13
B4XLibraryTable/Grid [B4X]
CLVItemToolbox - custom view. [B4X]
When you create an item layout for your xCustomListView in the Designer, add this CLVItemToolbox like any other view. You can choose which of the 3 icons to display (Check, Edit, Remove) and change the images if you don''t like them.
@LucaMs · 2022-03-30
B4XLibraryDatabase [B4XLIB]
lmB4XSQLiteDump [B4XLib]
This library allows you to dump SQLite database tables.
@LucaMs · 2022-03-29
B4XLibraryDialogs [B4X]
lmInputDlg [B4X]
Cross platform (B4A, B4J, B4I) simple but useful input dialog, based on B4XDialog (ShowCustom).
@LucaMs · 2022-03-26
B4XLibraryB4X [B4X]
B4XCollections - More collections [B4X]
B4XCollections is a b4x lib. It adds several cross platform collections. It includes a static module named B4XCollections which should be used to create new instances of the collections. You can either create new empty collections or pass the initial data.
@Erel · 2022-03-08
B4XLibraryViews - effects [B4X][XUI]
SD CreativeBackgroud [B4X] [XUI]
This new library is based on my latest work of gradual backgrounds and @JordiCP ''s code that gave me permission to rework it and insert it in a custom view.
@Star-Dust · 2022-03-08
B4XLibraryEditText/Textview/TextArea/TextField [B4X]
LineUtils v1.2 - get required height for multiline TextView/label with variable line spacing [B4X]
LineUtils v1.2 - get required height for multiline TextView/label with variable line spacing [B4X]
@mohsyn · 2022-02-27
B4XLibrarySwitch [B4X]
B4XSwitch changing colors in runtime [B4X]
B4XSwitch changing colors in runtime [B4X]
@Blueforcer · 2022-02-22
B4XLibraryPicker [B4X]
SD_ClockRange [B4X]
I wanted to create a view that would help me for a Timer. (MinRange - MaxRange) It could be for minutes or hours and then an editable Range. Furthermore, the user had to be able to choose where to start and where to end (MinValue - MaxValue) The timer when it started had to show how far it had gone (MinLevel-Max_Level).
@Star-Dust · 2022-02-16
B4XLibraryTable/Grid [B4X]
B4XTableSelections - extended selection modes for B4XTable [B4X]
B4XTableSelections extends B4XTable and adds new selection modes: SINGLE_CELL_TEMP - this is the built-in selection mode. Unlike the other selection modes it disappears automatically. SINGLE_CELL_PERMANENT - selection of a single cell. SINGLE_LINE_PERMANENT - selection of a single line. MULTIPLE_CELLS - selection of multiple cells. MULTIPLE_LINES - selection of multiple lines
@Erel · 2022-01-13
B4XLibraryDatabase [B4X]
DBUtils 2 [B4X]
DBUtils is a code module with useful utilities related to the SQL library. It is designed to work with SQLite databases. There have been three versions of DBUtils, one for each platform (except of B4R). DBUtils v2.0 merges the three modules to a single module that is compatible with B4A, B4i and B4J.
@Erel · 2021-12-16
B4XLibraryColour [B4X][XUI]
AS Color Slider - touchable color picker [B4X] [XUI]
AS Color Slider - touchable color picker [B4X] [XUI]
@Alexander Stolte · 2021-12-13
B4XLibraryViews - effects [B4X][XUI]
mcSmoothFadingBG [B4X] [XUI]
This library creates a smooth background transition between random colours. It can be used as a splash screen or show some kind of "Loading please wait" screen as seen in when installing windows
@mcqueccu · 2021-11-26
B4XLibraryPreferences [B4X]
B4XPreferencesDialog - Cross platform forms [B4X]
B4XPreferencesDialog makes it easy to create dialogs with all kinds of input fields.
@Erel · 2021-11-12
B4XLibraryLabel [B4X][XUI]
Scrolling Label [B4X] [XUI]
A custom view with a label that scrolls automatically when the text is wider than the label. The class is supported by B4A, B4i and B4J. It depends on XUI v1.46+.
@Erel · 2021-11-03
B4XLibraryViewPager [B4X][XUI]
AS ViewPagerNative based on AHViewPager and iTabstrip [B4X] [XUI]
The goal was to create a cross-platform viewpager based on existing viewpagers. Since AHViewPager and iTabstrip are very different, the view helps to create a unified interface.
@Alexander Stolte · 2021-10-29
B4XLibraryAction Bar, Drawer, etc [B4X]
xSidebarView [B4X]
A Customview to create a simple Sidebar. Its a modified xCustomlistView and works great with B4X Drawer. You can add 4 types of elements: Header, Seperator, headlines and items. As Itemicon you can use Bitmaps, Fontawesome or Material Icon.
@Blueforcer · 2021-10-04
B4XLibraryImages [B4X]
B4XGifView - Cross platform animated gif view [B4X]
I was missing a cross platform, animated gif view, so created one.
@Erel · 2021-09-29
B4XLibraryDialogs [B4X]
Trie based search dialog [B4X]
Trie based search dialog [B4X]
@Erel · 2021-09-28
B4XLibraryB4X [B4X][B4XLIB]
B4XExecCondLM [B4X] [B4XLib]
Call a sub from a list using variable parameters/conditions
@LucaMs · 2021-09-12
B4XLibraryCompass [B4X][XUI VIEWS]
AMCompassView [B4X] [XUI Views]
AMCompassView [B4X] [XUI Views]
@AmirMK82 · 2021-08-22
B4XLibraryComms & Network [B4X][B4XLIB]
B4XCheckInternetLM [B4X] [B4XLib]
Very simple cross-platform library to test if an Internet connection is active.
@LucaMs · 2021-08-22
B4XLibraryGPS/location/maps [B4X]
PlusCodes Library [B4X]
This is an implementation of the Open Location Code, OLC, library in B4X.
@mading1309 · 2021-08-21
B4XLibraryButton [B4X][XUI VIEWS]
AMProgressButton [B4X] [XUI Views]
A new styled button with built-in progressbar
@AmirMK82 · 2021-08-19
B4XLibraryButton [B4X][XUI VIEWS]
AMButton - New flexible and attractive button [B4X] [XUI Views]
AMButton - New flexible and attractive button [B4X] [XUI Views]
@AmirMK82 · 2021-08-18
B4XLibraryFile xfer [B4X]
RangeDownloader - resumable downloads [B4X]
RangeDownloader uses http range feature to download the file in chunks. It will resume the download from the previous point, even if the app was previously killed.
@Erel · 2021-08-15
B4XLibrarySearchView [B4X]
SQLSearchView - SQLite based Search View [B4X]
This class is based on B4XSearchTemplate. The difference is that instead of building an in-memory index, it uses a SQLite database. It is relevant when you want to search large collections.
@Erel · 2021-08-15
B4XLibraryB4X [B4X]
WaitForWithTimeout [B4X]
I have read many times the request for a "Wait For" with the addition of a timeout. This class is an attempt to implement that functionality. It is a B4X class, in the sense that it can be used with B4A, B4J and B4i; after all it uses only one B4XView which is completely optional and almost never necessary.
@LucaMs · 2021-08-10
B4XLibraryDate/time [B4X][XUI]
SD DiscTImePicker [B4X] [XUI]
SD DiscTImePicker [B4X] [XUI]
@Star-Dust · 2021-08-02
B4XLibraryProgress/Gauge/Loading [BAR][B4X][XUI]
iSD LiquidProgress [Bar][B4X][XUI]
[B4X] [XUI] iSD LiquidProgress [Bar]
@Star-Dust · 2021-07-27