IsValidJSON [Conclusion] [B4X]
IsValidJSON [B4X]
@TILogistic · 2023-07-27
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
wmKODI - control KODI [formerly XBMC] from B4X [B4X][Class]
wmKODI - control KODI [formerly XBMC] from B4X [B4X][Class]
@walt61 · 2023-07-13
B4XPages - Cross platform and simple framework for managing multiple pages [B4X]
B4XPages is a library that serves two purposes: 1. Make it simple to develop B4A apps by solving almost all of the challenges involved with Android complex activities life cycle. B4XPages makes B4A behave more similar to B4J and B4i where the new "B4XPage" element is a regular object that is never paused, never destroyed, can be accessed from anywhere and easy to work with. 2. Provide a cross platform layer above the navigation related APIs.
@Erel · 2023-07-12
Dijkstraâs Algorithm for Finding the Shortest Path Through a Connected Graph. [B4X]
Dijkstraâs Algorithm for Finding the Shortest Path Through a Connected Graph. [B4X]
@William Lancee · 2023-07-06
BBCodeView Example [Non B4XPages Version]
BBCodeView Example [Non B4XPages Version]
@superkan · 2023-07-01
Localizator - Localize your B4X applications
Localizator is a cross platform solution for strings localization. The strings are defined in an Excel workbook.
@Erel · 2023-06-23
Bluetooth Chat Example [B4XPages]
Updated implementation, based on B4XPages of https://www.b4x.com/android/forum/threads/android-bluetooth-bluetoothadmin-tutorial.14768/#content. The code is much simpler compared to the previous example. Note that you can call Serial.Listen without making the device discoverable. This is useful for cases where the devices were already paired once
@Erel · 2023-06-22
SD_TextView [B4X] [XUI] [B4XLib]
A more modern editText (or TextField), but different from the B4XFloatTextField
@Star-Dust · 2023-06-19
AS TextFieldAdvanced Text Validation/Required Fields Example [B4X]
AS TextFieldAdvanced Text Validation/Required Fields Example [B4X]
@Alexander Stolte · 2023-06-03
BBCodeView Anchors Example [B4X]
BBCodeView Anchors Example - jump to a position in the BBCodeView text
@Erel · 2023-05-24
CreateB4xlib
With this small Windows application you can easily create a B4xlib library.
@Filippo · 2023-05-24
AS Settings with PlusMinus [B4X]
AS Settings with PlusMinus [B4X]
@Alexander Stolte · 2023-05-22
AS Settings with SegmentedTab [B4X]
AS Settings with SegmentedTab [B4X]
@Alexander Stolte · 2023-05-22
B4XFormatter - Advanced number formatter [B4X]
B4XFormatter is an alternative to NumberFormat / NumberFormat2 keywords. It is implemented in B4X and it is cross platform.
@Erel · 2023-05-21
MeasureMultilineTextHeight [B4X]
I was looking for a way to determine the height of a textview when it has multiline text. This function now makes that possible across platforms.
@Alexander Stolte · 2023-05-11
barcodeGenerator - Cross platform Barcode code generator [B4X]
barcodeGenerator - Cross platform Barcode code generator [B4X]
@Lucas Siqueira · 2023-05-08
Index ScrollTo Heights in BBCodeView - Marked Sections & Words Occurrences [B4X]
Index ScrollTo Heights in BBCodeView - Marked Sections & Words Occurrences [B4X]
@William Lancee · 2023-05-03
B4xBitSet_Utils Serialize a B4xBitSet [B4x]
I had a need to save the state of a B4xBitSet so I thought I should create a serializable version of it. The easiest method and compatible with B4xSerializator, was to create a list of Int values representing the bits.
@stevel05 · 2023-04-29
An application for creating a .b4xlib type library. [MakeB4XLib]
An application for creating a .b4xlib type library. [MakeB4XLib]
@T201016 · 2023-04-28
dgSwitches - a class to manage a group of switches/bits [B4X]
A class to group subs I generally use when manipulating bits in order to manage config parameters, options and the likes in my apps. We can work on single bits, multiple bits, group of bits, all the bits at once. There are methods to set bits by a numeric value, by a string of 0s and 1s, by a list/array. We can read current state of the switches (bits) using numeric values or strings.
@udg · 2023-04-28
dgSwitches - a class to manage group of switches/bits [B4X]
A class to group subs I generally use when manipulating bits in order to manage config parameters, options and the likes in my apps. We can work on single bits, multiple bits, group of bits, all the bits at once. There are methods to set bits by a numeric value, by a string of 0s and 1s, by a list/array. We can read current state of the switches (bits) using numeric values or strings.
@udg · 2023-04-28
B4XPages - Transition Class [B4X] [XUI]
A simple example on how to use the b4xpages transition class
@ilan · 2023-04-27
Occurrences [B4X]
Count occurrences of strings in other strings
@LucaMs · 2023-04-24
Music Tracker Box [xm, s3m, mod] [B4X]
Music player libraries for MOD, S3M and XM formats.
@mazezone · 2023-04-05
SD_SQL [MsSQL,MySQL] [B4X] [B4XLib]
A library that allows you to connect to MySql, MsSql (for the moment) databases with B4A and B4J; B4I is work in progress.
@Star-Dust · 2023-04-05
CopyObject [B4X]
Note that not all types are supported. Supported types are: primitives, strings, lists, maps, arrays of objects or bytes, custom types and any combination of those (a map that holds arrays of custom types).
@LucaMs · 2023-04-03
Animate TextColor [B4X]
Just like setColorAnimated but for Text Color. Fades from existing color to TargetColor.
@epiCode · 2023-04-02