Hi there As it takes time to create, debug these projects, the source code for this WebApp is DonationWare. Find the PayPal link below. When donating, please indicate that it's for SithasoDaisy jSerial...
Overview Introducing B4X Poedit, a powerful application designed to streamline the process of editing and creating translation files for your projects. With B4X Poedit, you can easily manage .po files or create new translations from .pot...
Hi Fam Demo Github Repo In the old days, I enjoyed Merlin a lot. So here we go. Have yourself a few agents in your WebApp / Website. Related Content...
Hi Fam Download (Find in Tutorials Folder) Are you a collector? A collectibles tracker web app is an online tool that helps collectors organize, manage, and monitor their collections — and often track market values in real time. At its...
Link: JAR3_ShowPDFinB4J You can: 1. Look through the PDF file of any size, 2. Convert the HTML file to PDF, 3. Separate all graphic files to the JPG format from the PDF file, 4. Convert the PDF file to TXT (all pages), 5. Extras from the PDF...
Latest Version: 2.00 Description: Client App for connecting to Web API Server with CRUD functionalities Template: Web API Client (1.05).b4xtemplate Web API Client (2.00).b4xtemplate Platforms: B4A B4i B4J Servers supported: Version...
hi, i have just finished my second b4j WebApp that is using the jServer (super powerful library, thanx Erel). this project was meant to run on my ios app FileCube to let the user download/upload files from his ios device using any web browser...
Current version includes: Integration with MiniHTML and MiniHTMLParser Change arrow icon for collapse/expand Change delete and drag icon Change text colour and bold = false Add B4J server for live preview Add CodeMirrorWrapper for code...
Hi there to all... This might take you back a few decades. However, I missed it from our programming language, B4X. Some would say it already existed, since logs have console access, but that's not exactly the case. Had this in my mind years...
I created a b4xlib to simplify sending Firebase Cloud Messaging or as an alternative to B4J Sending Tool. Initially it was bundled into Shao project as a bonus library. Recently a member PM me so I created a new example to use this library. The...
Here is my take on a Hex dump as a custom view. You can: Explore any size file Load one or more arrays of bytes Search the data There is a degree of customisation in the designer and subsequently in the class for setting colours used for...
Exciting news for the B4X community! We are launching a new version of B4X Firebase Cloud Messaging. While the source code is not yet available, it will be soon, as it depends on a new version of jDashboardUI, which is still in development. 💡...
Well, MQTT is a very good Protocol - but what about RabbitMQ ? Do you wanna try it ? me too... You will need the following: 1. RabbitMQ JAVA Library and add it in Additional Libs 2. Create a RabbitMQ Broker/Server for example in cloudAMQP for...
Update Here is another example using session id https://www.b4x.com/android/forum/threads/jrdc2-server-with-login-session.166903/ Simple jRDC2 server authentication example with user name and password This example is based on this solved...
Build anything with cubes for fun in 15^3 space! A demake of pico voxer with B4X antialiasing drawing. Left mouse click: action; right: delete Keys: direction keys: rotate ctrl + direction keys: move shift + up/down: zoom...
The application was tested on OBD2 Simulator and Citroen C3 reading only current data and fault codes. The bluetooth obd2 plug and USB-OBD2 are from Ebay, it has ELM327 IC ver 2.1 and 1.5 that connects to all OBDII protocols. The computer's...
All possible due to this awesome forum and its creator.
Hi Fam Demo SithasoDaisy 2 is currently being maintained using TailwindCSS 3 and DaisyUI 2. When we finished wrapping up the b4x version, the DaisyUI team was working on DaisyUI 3. Currently DaisyUI4 is stable, however, updating our offering...
In the five years that I have been using my single B4XPage expandable Drawer menu in B4J and B4A, both the IDEs and the B4X components have evolved. The time was ripe to create a new version called m3Menu. Below the result and an overview of the...
I need to be able to encrypt a database file for storage in the clear on the internet. So I made the code below to encrypt and decrypt it using a one-time pad encryption. The file will grow to be too big for memory to hold it so the code reads...