A B4XPages Class for Displaying a Flexible Horizontal Tree [B4X]
A B4XPages Class for Displaying a Flexible Horizontal Tree [B4X]
@William Lancee · 2024-03-01
ComboBoxPlus - ComboBox with individual color configurable items [B4X]
ComboBoxPlus - ComboBox with individual color configurable items [B4X]
@gregchao · 2024-02-25
AS Tab Menu [Bottom Menu] [B4X] [XUI]
A better, simpler, faster and scalable Tab/Bottom-Menu
@Alexander Stolte · 2024-02-24
Firebase Auth REST Helper - manage the access tokens [B4X]
The advantage of the rest API of Firebase auth is that it can be used cross platform. The downside is, we have to take care of the user access tokens ourselves. That''s why I wrote this class, it works with the "FirebaseAuthREST" class.
@Alexander Stolte · 2024-02-24
GSheet Library [integrate google sheets into your B4X apps easily]
GSheet Library [integrate google sheets into your B4X apps easily]
@fernando1987 · 2024-02-13
AS CountryPicker [B4X] [XUI]
A phone number prefix, flag emoji, country code picker
@Alexander Stolte · 2024-02-10
B4XTable - Cross platform, sortable, searchable, customizable table [B4X]
B4XTable is a paged based table. The UI is made of a horizontal xCLV. The data is stored in an in-memory SQLite database.
@Erel · 2024-02-08
lmVBStrFuncs [B4X] [B4Xlib]
B4XLib that provides 12 VB6/VBA string functions.
@LucaMs · 2024-02-02
B4XThreeState - B4XView [B4X]
B4XThreeState - B4XView [B4X]
@LucaMs · 2024-01-18
SD_xComboBox [B4X] [XUI]
SD_xComboBox [B4X] [XUI]
@Star-Dust · 2023-12-29
xCustomListView - cross platform CustomListView [B4X]
xCustomListView is an implementation of CustomListView based on XUI library. It provides all the features of the original CustomListView and it is compatible with B4A, B4J and B4i.
@Erel · 2023-12-24
SD B4XView [B4X] [XUI]
This library adds to the XUi Views the native views of the three platforms (Android / IOS / Desktop) so that they can be managed by Design, using them as XUI views without having to change its type in the Globals Sub. XUI is designed to work with the native views. You can add regular view you like with the designer. But with this Library the views have the same properties and identical events, and you can also access the original view and more properties and animation. This will allow you to reuse the code written for a platform on the others without any changes. Also I''m adding custom views and (if I have time) more animations not included natively. In the future AnyWhere will insert the management of the XUI Views in the design ... that day I will take away the native views from this library (no longer needed) and leave only the custom ones.
@Star-Dust · 2023-12-21
AS BottomPhoneNumberFlagPicker [B4X] [XUI]
A bottom phone number prefix, flag emoji, country code picker
@Alexander Stolte · 2023-12-03
AS Ripple View [B4X] [XUI]
AS Ripple View [B4X] [XUI]
@Alexander Stolte · 2023-11-20
AS RangeSeekBar [B4X] [XUI]
AS RangeSeekBar [B4X] [XUI]
@Alexander Stolte · 2023-11-19
B4XSwitch to support Accessibility [B4X]
I think that the B4XSwitch does not support accessibility very well. I made a simple extension based on the already extended version of the B4XSwitch that supports setting colors at runtime. (Many thanks to @Blueforcer.) Now you can add a description to the panel, which is read out correctly by TalkBack.
@b4x-de · 2023-11-15
NHShakeButton.b4xlib - Works in B4A, B4i, B4J [B4X]
This library will zoom in, zoom out and shake 4 times in random directions a button. It should work also with any view since the ShakeButton sub accepts as an argument a B4XView.
@hatzisn · 2023-10-31
SD FlexGrid [B4X] [XUI]
I created a new library to show a table (or grid) similar to the one in EXCEL. There are already excellent classes that allow many to accomplish things, such as xCustomListView (by Erel) and with the FlexibleTable (by Klaus). I wanted to make something slightly different suited to my needs.
@Star-Dust · 2023-10-25
BBScrollingLabel - rich text scrolling label [B4X]
BBScrollingLabel is similar to XUI Views ScrollingLabel, however it is based on BCTextEngine and can therefore display formatted text.
@Erel · 2023-10-17
SD ProductPicker [B4X] [XUI]
SD ProductPicker [B4X] [XUI]
@Star-Dust · 2023-10-15
AS Sliding Onboarding [based on ASViewPager] [B4X] [XUI]
AS Sliding Onboarding [based on ASViewPager] [B4X] [XUI]
@Alexander Stolte · 2023-10-10
SD Zebra [printer] [B4X]
SD Zebra [printer] [B4X]
@Star-Dust · 2023-09-16
SD_StrangeListView [B4X] [XUI] [B4XLib]
This new view allows you to have an ordered and distributed list of images (left) and their name, description and info (right). Or you can view the images in grid (if the screen size allows it, otherwise in column) where there will be related images with the name just below. There is an add button and a close button that makes the visit invisible (mBase.Visible = False so to speak).
@Star-Dust · 2023-08-31
Message view based on xCustomlistview [B4X]
Chat-like view; received messages appear to the left, sent to the right.
@John Naylor · 2023-08-05
Conversations view for B4A, B4i [B4X]
Provides a view to display a conversations panel like various messenger systems. Add/update messages, avatars or automatic initials, long press to select conversation(s), preview latest message option, number of unread messages view, modify colours, borders etc etc.
@John Naylor · 2023-08-01
B4XLib Template and Necessary Files [B4X]
A template to create b4xlibs on the run
@hatzisn · 2023-07-28
AS CalendarAdvanced - OneRow/FiveRow Calendar - Expand and Collapse [B4X] [XUI]
AS CalendarAdvanced - OneRow/FiveRow Calendar - Expand and Collapse [B4X] [XUI]
@Alexander Stolte · 2023-07-20
Velocity [B4X]
Velocity is a Java-based template engine. It permits anyone to use a simple yet powerful template language to reference objects defined in Java code.
@aeric · 2023-07-18
Xml2Map - Simple way to parse XML documents [B4X]
Nobody likes to parse XML. Parsing JSON is simple and fun. Parsing XML is tedious and boring. That is the reason behind the Xml2Map class. It internally parses the XML document and returns a Map with the parsed data. It is similar to parsing JSON.
@Erel · 2023-07-16
SD_TextView [B4X] [XUI] [B4XLib]
A more modern editText (or TextField), but different from the B4XFloatTextField
@Star-Dust · 2023-06-19