B4JLibraryCamera [?]
ABMaterial - a robust[?] camera component
ABMaterial - a robust[?] camera component
@JackKirk · 2024-04-13
B4ASnippetWebView
CodeMirror Javascript Code editor wrapper on Android - a proof of concept
CodeMirror Javascript Code editor wrapper on Android - a proof of concept
@max123 · 2024-04-12
B4JSnippetStrings
ROT13 Function
ROT13 (Rotate by 13 places) is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. It is a special case of the Caesar cipher which was developed in ancient Rome. ROT13 is not a secure encryption method, but rather a form of obfuscation used to hide text, especially spoilers or punchlines in online forums. It works by shifting each letter 13 positions in the alphabet, looping back to the beginning if needed (e.g., ''Z'' becomes ''M'', ''A'' becomes ''N''). The same function is used for both encoding and decoding, as ROT13 is its own inverse.
@Douglas Farias · 2024-04-12
B4XSnippetStrings [B4X]
Simple: Get the value of an HTML or XML tag. [B4X]
Simple: Get the value of an HTML or XML tag. [B4X]
@TILogistic · 2024-04-12
B4XClassSearchView [B4X][XUI]
MiniSearchView AutoComplete field [B4X] [XUI]
A cross platform, compact version of SearchView. The custom view is made of a TextField / EditText and a horizontal CLV above it that shows the matching items. The user can click on the items in the list or press enter to autocomplete.
@Erel · 2024-04-11
B4JSnippetDatabase [ITE][WITH SOURCE CODE][B4J][SQL][SQLITE][CRUD][CLASS]
wmCRUD - a generic class for CRUD operations on an SQL[ite] database [with source code] [B4J] [SQL] [SQLite] [CRUD] [Class]
wmCRUD - a generic class for CRUD operations on an SQL[ite] database [with source code] [B4J] [SQL] [SQLite] [CRUD] [Class]
@walt61 · 2024-04-09
B4ALibraryAI/ML
B4X - OpenAI - a class to work with OpenAI in your B4X-Project
B4X - OpenAI - a class to work with OpenAI in your B4X-Project
@DonManfred · 2024-04-08
B4XLibraryImages
lmB4XImageView [B4X] [B4Xlib]
Modified version of Erel''s B4XImageView - which is inside the Xui Views" library. It does not replace that
@LucaMs · 2024-04-08
2 - Added also the classic properties: Left Top Width
Height"
@https://www.b4x.com/android/forum/threads/b4x-b4xlib-lmb4ximageview.128133/ · https://www.b4x.com/android/forum/attachments/lmb4ximageview-b4xlib.152539/
B4XSnippetAudio/Video [B4X]
Another alternative video player [B4X]
Another alternative video player [B4X]
@TILogistic · 2024-04-07
B4XSnippetStrings [B4X]
Extract the structure of a URL [B4X]
Extract the structure of a URL [B4X]
@TILogistic · 2024-04-05
B4XLibraryBreadcrumbs [B4X][XUI]
XQ BreadCrumbs [B4X] [XUI]
A simple breadcrumb view, using a horizontal xcustomlistview.
@fat32 · 2024-04-05
B4XLibraryCalendar [PAYWARE][B4X][XUI]
AS CalendarExpandable📅 [Payware] [B4X] [XUI]
AS CalendarExpandable📅 [Payware] [B4X] [XUI]
@Alexander Stolte · 2024-04-02
B4XLibraryButton [B4X][XUI]
AS FloatingActionButton [B4X] [XUI]
A cross platform Floating Action Button.
@Alexander Stolte · 2024-04-02
B4XLibraryCalendar [WEEK][PAYWARE][B4X][XUI]
AS Scheduler - MonthView and DayView [Week] [Payware] [B4X] [XUI]
The AS Scheduler is a B4X library for displaying and interacting with appointments.
@Alexander Stolte · 2024-04-02
B4XLibraryCardView [B4X][XUI]
AS Swipe Card - a tinder like swipeable card view [B4X] [XUI]
AS Swipe Card - a tinder like swipeable card view [B4X] [XUI]
@Alexander Stolte · 2024-04-02
B4XLibraryPicker [B4X][XUI]
AS WheelPicker - a modern single/multiple choice picker view - based on xCustomListView [B4X] [XUI]
AS WheelPicker - a modern single/multiple choice picker view - based on xCustomListView [B4X] [XUI]
@Alexander Stolte · 2024-04-02
B4XLibraryTreeView [B4X][XUI]
iSD_TreeList [B4X] [XUI]
iSD_TreeList [B4X] [XUI]
@Star-Dust · 2024-04-02
B4XLibraryTreeView [B4X][XUI]
jSD_TreeList [B4X] [XUI]
jSD_TreeList [B4X] [XUI]
@Star-Dust · 2024-04-02
B4XLibraryTreeView [B4X][XUI]
SD_TreeList [B4X] [XUI]
SD_TreeList [B4X] [XUI]
@Star-Dust · 2024-04-02
B4XLibraryAudio/Video [SMM][B4X]
SimpleMediaManager [SMM] - framework for images, videos and more [B4X]
SimpleMediaManager [SMM] - framework for images, videos and more [B4X]
@Erel · 2024-04-02
B4XLibraryButton [B4X][XUI]
XQ MiniListButton [B4X] [XUI]
A small button, that changes/cycles values from a list. Very useful, to allow user to select specific values from a list.
@fat32 · 2024-03-31
B4XLibraryPane(l) [B4X][XUI]
XQ XPandPanel [B4X] [XUI]
An expandable panel with a titlebar (xq-titlebar), than can host any other view, inside the panel. It can have up to 5 icons in the right corner, one icon in the left corner and the title is auto-adjustable. The panel can also be animated while expanding/collapsing.
@fat32 · 2024-03-31
B4RTutorialB4R other hardware
Controllino Mega PLC Examples
Controllino Mega PLC Examples
@Johan Schoeman · 2024-03-30
B4XSnippetStrings [B4X]
GetFileParts [B4X]
This snippet is useful for getting: Path, FileName and FileExtension, for convenience in a single custom object.
@LucaMs · 2024-03-30
B4ASnippetMail
Getting the user''s email address on a device
Getting the user''s email address on a device
@Dave O · 2024-03-30
B4XSnippetB4X
Randomize Re-Sort List
Randomize Re-Sort List
@Magma · 2024-03-30
B4RLibraryB4R other hardware
rControllino
This GitHub repository contains all you need to start with CONTROLLINO devices programming in Arduino IDE.
@Johan Schoeman · 2024-03-29
B4ITutorialB4I
ITMS-91053: Missing API declaration
ITMS-91053: Missing API declaration
@Erel · 2024-03-28
B4JSnippetDatabase
Mini ORM
This class can be used for scaffolding db schema or used together with my Web API.
@aeric · 2024-03-28