B4J Tutorials

[B4X] Using/running B4A and/or B4J on 64 bit Linux Mint 20.2 Cinnamon with 64 bit Wine

*** Contents ***
Intro
Acknowledgements
Disclaimer
Environment
Conventions used in this post
Making it work
Compiling and running your programs
A semi-automated way to get your B4J UI...
 

Attachments

  • linuxify screenshot.PNG
    linuxify screenshot.PNG
    21.1 KB · Views: 998
  • linuxify screenshot.PNG
    linuxify screenshot.PNG
    21.1 KB · Views: 919
  • CopyFilesForLinuxify.zip
    3.1 KB · Views: 915
  • Linuxify.zip
    26.3 KB · Views: 893
Last edited:

MQTT: Mosquito over websockets

[Server] Pakai example (backend only)

This is an example project generated from Pakai framework project template without frontend.
Hence the project is smaller to start with.
You can then use other tools like Curl...
 

Attachments

  • Backend.zip
    13.4 KB · Views: 190
Last edited:

[Web] PHP-CRUD-API Dynamic Database Connectivity at RunTime

Hi Fam

With just a few tweaks, one is able to use the php-crud-api to access different databases at runtime. I have updated the api.php file to use HEADERS to ensure that this happens.

One...
 

Attachments

  • api.zip
    70.2 KB · Views: 182

MinimaList API Server v2.40

Still remember MinimaList API Server?

Features:
  • It is now based on Pakai Server framework (v4.00) with all the features like JSON and XML support
  • MinimaList API Server...
 
Last edited:

[PyBridge] Accessing MTP devices

1748524625255.png


MTP - Media Transfer Protocol, is an important protocol that wasn't accessible from B4J...
 

Attachments

  • mtp.zip
    238.1 KB · Views: 188
  • MTPExample.zip
    5.8 KB · Views: 199

[Web] [SithasoDaisy5] Using LeafLet Maps

Hi Fam

The next update of SithasoDaisy will have Leaflet Maps. These will be available via the abstract designer...

1748183185280.png


One will be able to trap both map and marker events...

So far...
 

[Web][SithasoDaisy5] Creating Charts with ToastUICharts

Hi Fam

SithasoDaisy5 now has ToastUI Charts. This is a current feature of version 2.

We will look into...

  • Area Charts
  • Bar Chart
  • Line Chart

And more...
 
Last edited:

[Web] [SithasoDaisy5] Using the Office Ribbon Component in your projects.

Hi Fam

I've found this amazing Office Ribbon component from Syncfusion... been exploring how to add it in an easy fashion to SithasoDaisy5. Fortunately one is able just to select the components...
 
Last edited:

[Web] Unit Testing a JavaScript Web Component with Github Copilot and NodeJS

Hi Fam

Source Code

Well I have been creating a treeview component for DaisyUI from scratch using Github Copilot. So far this is the final code. This component did not exist and I need it...
 

[Web][SithasoDaisy5] Exploring the SDUI5TreeView

Hi Fam

Demo

DaisyUI TreeView is a customizable tree view component that supports features like drag-and-drop, inline editing, multi-selection, and dynamic node management. It allows...
 

[Web][SithasoDaisy5] IMPORTANT: V5.36+ Why you should not Merge CC & JS when using these Components

Hi Fam

NB: Loading CSS & JS files ONLY when needed

With BANano.LoadAssets, one is able to load CSS and JS files on demand, i.e. when they are needed. There are some components that are not...
 
Last edited:

[BANanoClippy] - 🎬 Bringing Classic Microsoft Agent Characters to Life with JavaScript! 🧙‍♂️🐵📎

Hi Fam

Demo
B4xlib

1746115992509.png



Recently we released BANanoClippy, A web based version of Microsoft Agent characters to use in your web app. For those who dont know, let me refresh...
 

[Web] Excel to WebApp - Creating a Collectibles Tracker with SithasoDaisy5 - Part 2

Hi Fam

Download from Github (02. Tutorials/Projects/Collectables)

Final Web App Screens

Side Drawer

1745899705136.png


1745899583570.png

1745899742875.png

1745899620950.png

1745899778120.png
...
 
Last edited:

[SithasoDaisy5] - Create a WebApp From An Excel Spreadsheet / A Database - Part 1

Hi Fam...

Let's say you have an excel sheet / a database that you want to convert to a WebApp, how can you do it?

SithasoDaisy5 has a basic, simple app builder that can help you create a table...
 
Last edited:

[Web] SithasoDaisy5 - Creating a SpeedDial using the Popover API (Toast + Button + Menu)

Hi Fam

Browsers now are able to use the popover api. You can read more about it from here. There is no speed dial / FAB component in DaisyUI, so I thought why not create it as an example...
 

[SithasoDaisy5] Creating your 2nd MySQL CRUD WebApp using REST API With API-Key (Php) - FamilyTree

Hi Fam


Download (Source code is in the tutorials folder)
READ THIS FIRST

In our first example, we introduced you to MySQL CRUD WebApps using SithasoDaisy5. It was a basic...
 
Last edited:

[Web] Beginning WebApp/WebSite Development with SithasoDaisy5

Hi Fam

Demo

Open Source B4xLib...
 
Last edited:

[Web] Plug 'n Play external SVG Renderer (Loader)

Hi Fam

As it is, I'm working on SithasoDaisy5, the next iteration of SithasoDaisy. I have been wondering if there was a way to load SVG files and then update their properties, like...
 

[BANano] Quick and East TrendCharts

Hi Fam

I recently ran into TrendChart Elements, looking very impressive.

1744713262590.png




Here is as simple implementation. You can explore the demos they have for how to create other...
 
Top