Audio Over MQTT [B4X]
Example for streaming audio from B4A to B4J over internet using MQTT.
@Hamied Abou Hulaikah · 2022-06-09
AS TabMenuAdvanced Designs [B4X]
AS TabMenuAdvanced Designs [B4X]
@Alexander Stolte · 2022-06-05
AS_TabMenuAdvanced + ASPopupMenu [B4X]
This is a example how to use the AS_TabMenuAdvanced together with the ASPopupMenu.
@Alexander Stolte · 2022-06-03
AS_TabMenuAdvanced + ASPopupMenuAdvanced [B4X]
This is a example how to use the AS_TabMenuAdvanced together with the ASPopupMenuAdvanced.
@Alexander Stolte · 2022-06-03
AS Bottom Menu V2 [B4X] [XUI]
This is the V2 of the ASBottomMenu, with more Features, less code than the V1, B4X optimized and more... Why a new thread for this? Because i have develope the class from the ground new, the event names etc. have been changed. The V2 is not compatible with the V1.
@Alexander Stolte · 2022-05-29
TMDB [B4X]
Download descriptions, covers, backgrounds and other things about a movie from TMDB (The Movie DataBase)
@MichalK73 · 2022-05-27
Greedy Trim [B4X]
Uses regex to replace all multiple spaces / tabs (whitespaces) to single space in a string
@mohsyn · 2022-05-26
Comment link to build b4xlib [B4X]
Comment link to build b4xlib [B4X]
@Erel · 2022-05-25
SD_CosmosMenu [XUI] [B4X]
SD_CosmosMenu [XUI] [B4X]
@Star-Dust · 2022-05-21
Code Sort
I wanted to write a tool to help me with organizing/sorting functions for my b4a apps. Original files are not touched at all. It can help you: 1. Sort Subroutines in lexicographical order (when you have too many subs which are in your code in no order) 2. Or order of your choice ( keeping related routines closer to each other so that it is easier to go back and forth) 3. Or arrange Regions ( organizing code for easier access)
@mohsyn · 2022-05-17
Cross platform Falling Sand game [B4XPages] [BitmapCreator]
This is just a conversion from individual platform into B4XPages.
@aeric · 2022-05-10
Comment Links [B4X]
Comment Links [B4X]
@Erel · 2022-05-08
Turning Miscellaneous Image Shapes into Buttons [B4X]
Turning Miscellaneous Image Shapes into Buttons [B4X]
@William Lancee · 2022-05-05
HintOverlay - display hints that also highlight target views [B4X] [XUI] [B4XLib]
HintOverlay - display hints that also highlight target views, with a connecting line between hint and view [B4X] [XUI] [B4XLib]
@Segga · 2022-04-26
jRDC2 + MySql CRUD + Login [B4XPages]
jRDC2 + MySql CRUD + Login [B4XPages]
@josejad · 2022-04-24
A B4X Source Code Handling Class [BANanoCodeHandler]
I am using this to maintain my BANano Custom Views and whilst its BANano related code, it is just b4x code after-all and can be adopted for any scenario.
@Mashiane · 2022-04-20
Class Generator
Class Generator
@spsp · 2022-04-17
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
Class - clsRndItems [B4X]
A simple class for randomly picking items from a group without repetitions (but also with repetitions, if desired).
@LucaMs · 2022-04-08
Fill a panel with diagonally drawn lines [B4X] [B4XCanvas]
Fill a panel with diagonally drawn lines [B4X] [B4XCanvas]
@Alexander Stolte · 2022-04-05
B4XProjectFixer [B4X]
Regarding my problem/wish with merging different branches in git, I wrote a small tool as a workaround which fixes the meta information in the projectfile cleanly. Thereby all files, libraries and modules are rearranged, reindexed and duplicates are deleted.
@Blueforcer · 2022-03-30
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
lmB4XSQLiteDump [B4XLib]
This library allows you to dump SQLite database tables.
@LucaMs · 2022-03-29
lmInputDlg [B4X]
Cross platform (B4A, B4J, B4I) simple but useful input dialog, based on B4XDialog (ShowCustom).
@LucaMs · 2022-03-26
Simple open source B4A game using LibGDX
I''ve uploaded the source for a simple block stacking game I wrote years ago. It uses one set of external files for the bitmap font but otherwise everything is done using shapes.
@andymc · 2022-03-21
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
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
Sophisticated sorting with B4XComparatorSort [B4X]
B4XCollections v1.13 includes a new sorting feature named B4XComparatorSort. This feature allows sorting using a custom comparator class. The comparator class is a class that you create.
@Erel · 2022-03-08
Circular Buffer Class For Integer Arrays
The circular buffer uses a list which expands to a maximum size as entries are added then persists with items handled with list.set and list.get.
@rgarnett1955 · 2022-03-01
B4XDrawer and B4xPages in class
Work with a class to use a B4XDrawer in several B4XPages
@Erel · 2022-02-28