B4RLibraryB4R sensor
rSFR05 a library for SFR05
Arduino library for the SRF05 distance sensor and compatibles.
@candide · 2023-09-21
B4JLibraryEditText/Textview/TextArea/TextField [B4J]
TextArea and TextField commands. Keep Undo working. [B4j]
TextArea and TextField commands. Keep Undo working. [B4j]
@stevel05 · 2023-09-19
B4JLibraryMap [BANANO]
BANanoOrderedMap [BANano]
BANanoOrderedMap [BANano]
@Mashiane · 2023-09-19
B4JLibraryMenu [B4J]
MenuButton [B4j]
I wanted to add a menu to a form that is to be used in a narrow portrait orientation. I have dealt with this before using a normal button and a popup menu. but as there is a MenuButton control in JavafX I thought I''d wrap it.
@stevel05 · 2023-09-17
B4XLibraryTable/Grid [B4X][XUI][B4XLIB]
SD_StrangeListView [B4X] [XUI] [B4XLib]
This new view allows you to have an ordered and distributed list of images (left) and their name, description and info (right). Or you can view the images in grid (if the screen size allows it, otherwise in column) where there will be related images with the name just below. There is an add button and a close button that makes the visit invisible (mBase.Visible = False so to speak).
@Star-Dust · 2023-08-31
B4JLibraryLabel
TextField As Label
This one was born out of frustration that in Javafx, you can''t make a label''s text selectable. This is a Textfield, that is styled as a label. with the added bonus that you can click the label to edit the text (which can be disabled) and would be useful to use in a data table or list where you may want to edit the field.
@stevel05 · 2023-08-30
B4ALibraryAudio/Video
PuzzleTak_AudioPlayer and Visualizer
Music playback library, which comes with the ability to display a Visualizer.
@PuzzleTak · 2023-08-25
B4JLibraryBAnano
BANanoCSSUtils - Utility Helpers & Animations on any BANanoElement
BANanoCSSUtils - Utility Helpers & Animations on any BANanoElement
@Mashiane · 2023-08-24
B4ALibrarySpeech
TTSFunctions
I gathered in a Codefile a lot of the code about TTS that goes around in the Forum and I added to it some code and changed it a bit to fit my needs. I created this Codefile with a bunch of Subs and Functions that would be useful (I believe) to all of you. So here is it...
@hatzisn · 2023-08-23
B4JLibraryB4J
Pseudo classes for JavaFX / B4j
If you are creating a Javafx / B4j project with multiple themes & stylesheets, then you need this. You can create your own Pseudo classes for use in the stylesheets.
@stevel05 · 2023-08-22
B4JLibraryDatabase
Nitrite NoSQL embedded database library
I was interested to try Erel''s MongoBD example in a few projects but really didn''t want to use a server implementation so I looked for an alternative and found the Nitrite library. Think of it as a KeyValueStore on steroids. You can search and sort records with filters. You can add fields to a record without having to change a schema.
@stevel05 · 2023-08-19
B4JLibraryStrings
jKuromoji - Japanese morphological analyzer
Kuromoji is an easy to use and self-contained Japanese morphological analyzer that does - Word segmentation. Segmenting text into words (or morphemes) - Part-of-speech tagging. Assign word-categories (nouns, verbs, particles, adjectives, etc.) - Lemmatization. Get dictionary forms for inflected verbs and adjectives - Readings. Extract readings for kanji
@xulihang · 2023-08-19
B4ALibraryDrawing [BAX][XUI]
SD XUI_View3D (Demo) [BAX] [XUI]
I created a library to display polygons in 3D. It is also possible to use it to create 3D XUI views.
@Star-Dust · 2023-08-18
B4JLibraryEncryption
NHCalculateHash - Calculate Hash for everything - It Cannot be Used In B4A
NHCalculateHash - Calculate Hash for everything - It Cannot be Used In B4A
@hatzisn · 2023-08-16
B4JLibraryJSON
JSON Formatter and validator
I am working on an app that needs to be able to manipulate JSON strings. They are stored in a compact format then prettified for display and editing. The main problem I have found is that if the json is invalid, it can''t be prettified with the existing JSON lib. I found this project on github and ported the format class to B4j.
@stevel05 · 2023-08-07
B4ALibraryList- and scrollview [CLASS]
CLVDragger - drag to reorder items Animation effect [class]
CLVDragger - drag to reorder items Animation effect [class]
@chjk · 2023-08-06
B4XLibraryList- and scrollview [B4X]
Message view based on xCustomlistview [B4X]
Chat-like view; received messages appear to the left, sent to the right.
@John Naylor · 2023-08-05
B4JLibraryCharts
Starchild_B4J_SmartGraphView
This library contains a custom view called Starchild_B4J_SmartGraphView which can be added into a form layout using B4J Designer. It provides a simple and stylish way of presenting dynamic data as a graphed display. Spot, Line and Bars can be used to represent the plotted data values on the graph.
@Starchild · 2023-08-02
B4XLibraryList- and scrollview [B4X]
Conversations view for B4A, B4i [B4X]
Provides a view to display a conversations panel like various messenger systems. Add/update messages, avatars or automatic initials, long press to select conversation(s), preview latest message option, number of unread messages view, modify colours, borders etc etc.
@John Naylor · 2023-08-01
B4RLibraryB4R
rArduinoNvs NVS library for esp32
rArduinoNvs NVS library for esp32
@candide · 2023-07-30
B4XLibraryB4X [B4X]
B4XLib Template and Necessary Files [B4X]
A template to create b4xlibs on the run
@hatzisn · 2023-07-28
B4RLibraryMQTT
rsMQTTBroker an MQTT broker for esp32 and esp8266
rsMQTTBroker an MQTT broker for esp32 and esp8266
@candide · 2023-07-26
B4RLibraryB4R other hardware
rMCP27017 a wrapper for MCP23017
A wrapper for MCP23017 based on library from :https://github.com/wollewald/MCP23017_WE/tree/master
@candide · 2023-07-26
B4ALibraryFile handling
FilePicker with PickVisualMedia in Android 13!
FilePicker with PickVisualMedia in Android 13!
@tuhatinhvn · 2023-07-26
B4JLibraryCalendar
Basic Calendar custom view using designer script extension
Basic Calendar custom view using designer script extension
@stevel05 · 2023-07-24
B4XLibraryCalendar [B4X][XUI]
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
B4XLibraryWebApp [B4X]
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
B4ALibrarySocial
Source Code - ReplyAuto
I''m posting these files because many of me lost the source code of the ReplyAuto library: https://www.b4x.com/android/forum/t...-whatsapp-telegram-background-service.138920/ Download Eclipse to edit and compile the library
@jsaplication.mobile · 2023-07-17
B4XLibraryXML [B4X]
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
B4JLibrarySithaso [MYSQL, SQLITE, MSSERVER, POSTGRESQL][SITHASODAISY]
Plug n Play PHP CRUD REST API [MySQL, SQLite, MSServer, PostGreSQL] for BANano [SithasoDaisy]
Plug n Play PHP CRUD REST API [MySQL, SQLite, MSServer, PostGreSQL] for BANano [SithasoDaisy]
@Mashiane · 2023-07-08