TextCrumbs v1 [BreadCrumbs using CharSequence] [B4X] [Class]
TextCrumbs v1 [BreadCrumbs using CharSequence] [B4X] [Class]
@epiCode · 2023-01-27
Using the Standard B4XPreferenceDialog Library with B4XPages to Create Effective Forms [B4X, B4xPages]
Using the Standard B4XPreferenceDialog Library with B4XPages to Create Effective Forms [B4X, B4xPages]
@William Lancee · 2023-01-26
Calculate width of Charsequence Text [B4X]
Calculate width of Charsequence Text [B4X]
@epiCode · 2023-01-26
The ColorMix Helper App - A Standalone Standby [B4J, B4X, IDE]
The ColorMix Helper App - A Standalone Standby [B4J, B4X, IDE]
@William Lancee · 2023-01-21
XUI Views B4XDateTemplate amendment to autochange the year [B4X]
This just makes the year change +/-1 if the month changes from Jan to Dec, or vice versa.
@Chris2 · 2023-01-18
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 · 2023-01-16
Do you remember Gorillas.Bas?
Do you remember Gorillas.Bas?
@XorAndOr · 2022-12-27
ListPlus library
ListPlus can be defined as Single type list or Different types list. The first implies a list with the same types of variables or objects. ListPlus has a large number of additional methods compared to the native B4X List.
@Ivica Golubovic · 2022-12-26
Expander v2 : Expandable CustomListView [B4X]
Expander v2 : Expandable CustomListView [B4X]
@epiCode · 2022-12-24
Class Template Builder
A simple tool to create XML+JAR files for Class Templates
@spsp · 2022-12-24
Create Event Name for CallSub [XUI] [Custom Views]
Just a simple method that makes creating event names for CallSub easier. Useful for Custom Views.
@LWGShane · 2022-12-22
Student Position Ranking
I was searching the community for a snippet for student ranking for a system I was building last month but never came accross a what I needed. I found a JavaScript on stackoverflow and re-wrote it in b4x.
@Claude Obiri Amadu · 2022-12-21
Get data type from 1D string array
This is mainly needed for if the data needs to be sorted eg in a flexible table.
@RB Smissaert · 2022-12-19
Accurate Text Measurement and Drawing [B4X] [XUI]
XUI v1.60 includes a new method named B4XCanvas.MeasureText. This method accurately measures single line strings. It returns a B4XRect object with the width and height of the measured string. The Top field returns the highest point relative to the baseline. With these values it is possible to accurately vertically center the text with this code (works in all three platforms)
@Erel · 2022-12-12
DSE_Layout - Align and Spread Controls [B4X]
DSE_Layout - Align and Spread Controls [B4X]
@HZZ · 2022-12-04
Websockets Client Connect and Reconnect [B4X]
Websockets Client Connect and Reconnect [B4X]
@aminoacid · 2022-12-03
What3Words b4xlib [B4X]
This is a b4xlib for getting What3Words to coordinates, coordinates to What3Words and your location to What3Words
@hatzisn · 2022-11-29
WebView + CKEditor [rich text editor] [B4X]
WebView + CKEditor [rich text editor] [B4X]
@Erel · 2022-10-20
SD_xMultiSpinner [B4X] [B4XLib] [XUI]
Spinner that allows selecting multiple items
@Star-Dust · 2022-10-14
SD Selector [B4X] [XUI]
SD Selector [B4X] [XUI]
@Star-Dust · 2022-10-13
Dynamsoft Barcode Reader - Cross-Platform Barcode/QR Code Decoding Library [B4X] [B4XPages]
Dynamsoft Barcode Reader is a barcode reading SDK written in C++ and has Java/Objective-C packages, so it is possible to wrap it as a B4X library using JavaObject and NativeObject. It is a commercial SDK that has good performance and customizability.
@xulihang · 2022-10-12
SD Gauge [B4X]
SD Gauge [B4X]
@Star-Dust · 2022-10-10
How about a game of Pachisi? [a B4J version]
Mens Erger Je Niet!, Mensch ärgere Dich nicht, Jeu des petits chevaux (Game of Little Horses), Parcheesi, Ne t''en fais pas
@PaulMeuris · 2022-10-08
xBusy - customizable busy indicator that also blocks background interaction. [B4X] [XUI] [B4XLib]
xBusy - customizable busy indicator that also blocks background interaction. [B4X] [XUI] [B4XLib]
@Segga · 2022-10-05
Roll the dice - 6 dice, 6 colors - lets roll...
Roll the dice - 6 dice, 6 colors - lets roll...
@PaulMeuris · 2022-10-04
Example Pack [XUI2D]
Examples: - Hello world (based on Tiled) - Clumsy bird - Mario - Space Invaders - Walking Character - Tiles Map - Joints 1 - Tank Attack - Monster Truck
@Erel · 2022-10-02
Fitting a smooth curved line to a sequence of points [B4X]
Fitting a smooth curved line to a sequence of points [B4X]
@William Lancee · 2022-09-27
Reduce an image file to a specific size - for example, <500KB to upload to the Forum. [B4X]
Reduce an image file to a specific size - for example, <500KB to upload to the Forum. [B4X]
@William Lancee · 2022-09-26
Artifying an image - creating an impressionistic effect. [B4J] [B4XPages]
Artifying an image - creating an impressionistic effect. [B4J] [B4XPages]
@William Lancee · 2022-09-26
Audio Streaming UDP [B4X]
Based on this @Erel code that simulated a Walkie Talkie, I developed a system for streaming audio between Android and Desktop devices with UDP. I found that some routers lose a lot of UDP packets (a high percentage) and the sound is not uniform. If you notice a discontinuous and disturbed sound, it could be the router system.
@Star-Dust · 2022-09-21