B4XLibraryMenu [XUI][B4X]
SD_CosmosMenu [XUI] [B4X]
SD_CosmosMenu [XUI] [B4X]
@Star-Dust · 2022-05-21
B4XToolB4X
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
B4JSnippetGame
Bingo with source code
A simple Bingo caller with two screens to be used as I did, connected to a TV from the PC, the called screen is dragged onto the TV so players can see what has been called.
@Colin Evans · 2022-05-17
B4ALibraryB4A
B4ActivityManager: detect bots using your app
I needed to detect bots to block and found that can be handled by the activity manager using the functions isRunningInUserTestHarness and isUserAMonkey then I developed a wrapper around.
@Alejandro Moyano · 2022-05-15
B4ILibraryComms & Network
Socket.IO Client Library B4I
Socket.IO Client Library
@Brandsum · 2022-05-14
B4JLibraryCompression
Zip4J - Library update - Version 2.10.0
Zip4J - Library update - Version 2.10.0
@Claudio Oliveira · 2022-05-13
B4ALibraryViews - effects
SD DragBoard
This library contains three classes. The first "DragBoard" allows you to move single-label labels (containing only one string) from one column to another, to activate the shift by clicking a longer touch. Delete or edit each item by clicking a shortcut (if enabled by customView). It supports the addition of a single item for each column (CustomView enabled) and the alphabetical sorting of entries within a column (enabled by CustoView) The second "DragPanel" allows you to move Panels from one column to another (each panel can hold any view object you want, the panel should not be changed in dimension, and the background in Color should not be changed). To activate the move, click on a longer touch. To erase or edit each item by clicking a shortcut (if enabled by customView). And will raise an event that invokes a sub in your app you manage to edit. It supports the event by adding a single item for each column (CustomView enabled) and the event sorting by alpha (CustoView enabled). These events are handled by you in the sub which is raised. The third "DragListView" is a listview that allows you to move individual entries from one line to another by dragging, it can contain one or two lines of text and a Swicht button (You can also access the panel to add more objects but the Events will not be managed by the library). To activate the move, click on a longer touch. Capture or edit every single element by clicking a short touch (if activated by customView). And will raise an event that invokes a sub in your app you manage to edit. It supports the event by adding a single item for each column (CustomView enabled) and the event sorting by alpha (CustoView enabled). These events are handled by you in the sub which is raised. All three also have a title bar. The bar can contain the Confirm button (if enabled) and delete (if enabled).m On the left also contains the menu button, which raises an event. If enabled by customView, the Menu button in addition to lifting an event opens a panel to the left. The panel can hold what you want. A listView, a menu etc ...
@Star-Dust · 2022-05-11
B4JTutorialBAnano - Vue [BANANOVUETIFYAD3]
How to learn from the New Awesome Kitchen Sink to create your next powerful WebApp/Website [BANanoVuetifyAD3]
How to learn from the New Awesome Kitchen Sink to create your next powerful WebApp/Website [BANanoVuetifyAD3]
@Mashiane · 2022-05-11
B4ATutorialNFC
Read NFC Tags !
In this project You can scan your Ndef or NFC tags very simply.
@Justcooldev · 2022-05-10
B4XTutorialGame [B4XPAGES][BITMAPCREATOR]
Cross platform Falling Sand game [B4XPages] [BitmapCreator]
This is just a conversion from individual platform into B4XPages.
@aeric · 2022-05-10
B4JTutorialB4J
B4JPackager11 - I thought the space didn''t matter
When using jSerial, do NOT remove the space in front of the CustomBuildAction''s ''jssc.dll''
@Mark Read · 2022-05-10
B4JLibraryEncryption [BOUNCYCASTLE][ENCRYPTION]
bcprov-jdk18on-171 [BouncyCastle] update [encryption]
bcprov-jdk18on-171 [BouncyCastle] update [encryption]
@KMatle · 2022-05-09
B4ASnippetYouTube
B4A YouTube Downloader
B4A YouTube Downloader
@Abdull Cadre · 2022-05-09
B4RLibraryB4R LCD/TFT
rESP3228CYD
rESP3228CYD is an open source SPI LCD graphics library with basic functionality for the Sunton ESP32 2.8" TFT Cheap Yellow Display (CYD).
@rwblinn · 2022-05-07
B4JSnippetDatabase
jRDC2 server authentication + console client
Simple jRDC2 server authentication example with user name and password
@aeric · 2022-05-07
B4JSnippetB4J
Running B4JBuilder from the browser...
Running B4JBuilder from the browser...
@Mashiane · 2022-05-06
B4ATutorialSpeech
Offline Continuous Speech Recognition
Offline Continuous Speech Recognition
@stevel05 · 2022-05-06
B4ASnippetCalendar
Calendar with Database
Calendar with Database
@Colin Evans · 2022-05-06
B4XTutorialButton [B4X]
Turning Miscellaneous Image Shapes into Buttons [B4X]
Turning Miscellaneous Image Shapes into Buttons [B4X]
@William Lancee · 2022-05-05
B4JSnippetOS
CheckWin11
Just a simple trick I use to detect Windows 11 using Shell. This Sub returns True if the version is larger or equals to 22000.493 There is a known bug in JDK to detect Windows 11 version.
@aeric · 2022-05-05
B4JLibraryIcons / fonts [TOOL]
AwesomeMaterial : search FontAwesome and Material icons [Tool]
Search FontAwesome and Material icons and copy ''Chr(…)'' to the Clipboard
@walt61 · 2022-05-04
B4ASnippetStrings
URI decoding
A function that allows URI characters to be decoded into their equivalents, e.g. "SAMSUNG %C2%A9" -> "SAMSUNG ©"
@T201016 · 2022-05-02
B4IClassGPS/location/maps
GoogleMapsExtra
This class extends GoogleMaps library.
@Erel · 2022-05-01
B4ASnippetFile handling
File URI and URL
B4A Subs to get URI and URL of files
@max123 · 2022-05-01
B4ASnippetFile handling
Share my app
Share your app package in apk format and send it to another device by Bluetooth or something
@alfaiz678 · 2022-04-26
B4XLibraryViews - effects [B4X][XUI][B4XLIB]
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
B4AToolB4A
B4A Bridge (Reskinned UI)
B4A Bridge (Reskinned UI)
@aeric · 2022-04-25
B4JToolJSON
JsonTree
JsonTree is a tool that helps developers to parse and understand JSON strings
@Erel · 2022-04-24
B4XTutorialDatabase [B4XPAGES]
jRDC2 + MySql CRUD + Login [B4XPages]
jRDC2 + MySql CRUD + Login [B4XPages]
@josejad · 2022-04-24
B4ATutorialDrone
DJI virtual stick-tutorial, waypoint-mission for DJI Mini- and Air-series
DJI virtual stick-tutorial, waypoint-mission for DJI Mini- and Air-series
@schimanski · 2022-04-24