B4J Tutorials

Beginning Bootstrap 4 with OneEvery

Hi

B4J App
User Manual


What is OneEvery?

This is a work in progress app that one can use to learn the different web frameworks available. Currently this...
 
Last edited:

PocketBase: Why you should ABSOLUTELY AVOID using getFullList when Querying large tables

Hi Fam

There are a variety of ways to get data from Pocketbase, one of them being getFullList. Remember, you can specify the fields you want to show in your end result and even filter your...
 
Last edited:

PocketBase: Speeding up your App with Views / Own SQL Commands even at Run-Time.

Hi Fam

The nice thing about views in PocketBase is that they allow one to feed their own sql statements and create views which are read only representation of your underlying sqlite data. They...
 

Using Google OR-Tools in B4J

Go here:

 

Create a minimum Hello World Server using B4J


This is a basic introduction video to demonstrate how we could write a hello world server project from scratch.

Hope this can help someone to understand on how to write the...
 
Last edited:

Pakai framework v5

Last edited:

Pakai framework v4

Last edited:

[Web] EndsMeet Server (Getting Started)

You can download the project template from:

Steps:
  1. Just drop the template into B4J additional...
 

37 extremely simple Turtle pattern examples

Hello all,
In the past I wanted to learn the basics about Turtle which is also great learning aid for getting kids into programming, they learn Turtle in secondary schools here in the UK (my...
 

Attachments

  • Turtle collection.zip
    6.5 KB · Views: 59

[ClassFromLayout] Why provide a Map interface for data in ClassFromLayout?

Relates to Project: ClassFromLayout

1751709999614.png

It may seem a little over the top to provide a map interface to set and get data from a class using a map, but there are several good...
 
Last edited:

The precious JxBrowser imported to B4J

JxBrowser is a powerful Chromium based browser.
Features:
  • it displays modern web pages built with the latest web standards
  • it calls Java code from JavaScript and vice versa.
  • it...
 

[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: 995
  • linuxify screenshot.PNG
    linuxify screenshot.PNG
    21.1 KB · Views: 914
  • CopyFilesForLinuxify.zip
    3.1 KB · Views: 914
  • Linuxify.zip
    26.3 KB · Views: 891
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: 184
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: 181

[Example] Updated MinimaList API Server

Still remember MinimaList API Server?

Features:
  • It is now based on to Pakai with all the features like JSON and XML support
  • MinimaList API Server uses MinimaListUtils...
 

Attachments

  • Minimalist400b8.zip
    434.9 KB · Views: 169

[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: 186
  • 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:
Top