B4J Tutorials

[B4X] Measure Line Lengths and Intersection Angles - Draggable Points

measure2X.gif


This post is partly in response to

The attached project is a very short...
 

Attachments

  • measure2X.zip
    17.9 KB · Views: 36
Last edited:

SithasoDaisy TailwindCSS UI Toolkit: Q & A

Hi there

NB: Where possible, please include a simple project that demonstrates your use case.

Do you have any questions about SithasoDaisy UI Toolkit?

You can shoot it here...
 
Last edited:

Styling buttons with CSS

[Web][SithasoDaisy] Mastering the TailwindCSS Grid

Hi Fam

In this video, we learn about the grid, and how we can add rows and columns and set them to different sizes in order to place components when designing our UI.

In the abstract designer...
 

A flat version of Rubik's Cube

It is based on this Github Project and used it as inline Java code. Have modified the original Java code a bit to allow for scrambling of the cube from within B4J and then to solve it...
 

Attachments

  • b4jRubikCube.zip
    9.4 KB · Views: 38

[BANano] New tools for debugging remote devices in 9.05

We recently had a particular problem with a BANano Webapp running on a phone from a client which we could not reproduce on any of our devices. It was impossible for us to have this device in our...
 

[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: 680
  • linuxify screenshot.PNG
    linuxify screenshot.PNG
    21.1 KB · Views: 617
  • CopyFilesForLinuxify.zip
    3.1 KB · Views: 623
  • Linuxify.zip
    26.3 KB · Views: 603
Last edited:

[ABMaterial] ABMNavigationBar changes in 1.08

I'm writing the last changes on v1.08. Still have to do some cleanup and updating the demo, but the release is near... :)

I got a couple of requests for the Navigation Bar since the first...
 

[B4X]Convert Complex Structures of Lists and Maps to YAML Strings: can also be used to convert JSON to YAML.

[B4X]Convert Complex Stuctures of Lists and Maps to YAML Strings: can also be used to convert JSON to YAML.

In my endless pursuit of knowledge, I have been experimenting with VPS servers.
I came...
 

Attachments

  • toYaml3.zip
    29.3 KB · Views: 43
Last edited:

[Web] Mastering Pocketbase: Your Ultimate Guide to a Flawless SQLite WebServer Install on Windows!

Hi Fam

Download

PocketBase is a SQLite Webserver with some powerful functionality. Whilst it provides functionality to be a database, it also has a nice UI to manage that database...
 
Last edited:

[Web] SithasoDaisy - Pocketbase User Authentication

Hi Fam

Download

One is able to perform User Authentication using Email / Password combination in PocketBase. The user must be defined in the users collection in pocketbase.

1726094294342.png
...
 

[BANano] Send Emails using PHP (Without Attachments)

Hi Fam

BANAnoInlinePhp is a functionality in BANano to call PHP functions. You can have PHP embedded in BANano inside #If PHP #End If tags.

In AppStart, ensure that you configure PHP...
 
Last edited:

[BANano] How to sign PDF Documents?

Hi Fam

I wanted to sign PDF documents in my product. So.. I used the PDF-LIB for this.

1. I designed a screen to enter the signature and initials.

Wizard.jpeg


2. The canvas we use...
 
Last edited:

[Web][BANano] Plug n Play PHP CRUD REST API for SQLite with Authentication

Hi Fam

Previously, my post below dealt with adding a CRUD REST API in a matter of minutes to any back-end...
 

[BANano] Using PocketBase (Firebase Alternative) for your Apps.

Hi there.

Update: This class is based on the JavaScript SDK available here, https://github.com/pocketbase/js-sdk
REST API calls are dont internal to the library, if you want to use pure...
 
Last edited:

[Web][SithasoDaisy] Awesome Bottom Navigation 5 Pages Example & Template

Hi Fam

Demo

In this example, we will create a 5 page navigation application. Whilst the pages will be accessible with the drawer, one will also be able to access the pages via the bottom...
 
Last edited:

[Web][SithasoDaisy] SDUIOffCanvas Sheet for Top / Bottom / Left / Right

Hi Fam

The SDUIOffCanvas is a new component that enables one to have a sheet that can sit on either side of the screen. This can be left, top, bottom or right of the screen.

Demo...
 
Last edited:

[Web][SithasoDaisy] Mashy Teaches Mobile WebApp Development using SithasoDaisy Wireframes

Hi Fam.

NB: PLEASE DO NOT POST QUESTIONS ON THIS THREAD, RATHER START A NEW THREAD WITH YOUR QUESTION

21-May-2024

  • The first beta (tryout) version of SithasoDaisy Wireframes it...
 
Last edited:

Playing audio stream with audio effects using FFmpeg

1- Download FFMPEG [used
ffmpeg version 6.1.1-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developersffmpeg version 6.1.1-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg...
 

Attachments

  • files.zip
    424.2 KB · Views: 65
Last edited:

[WebApps] Using Laragon as your development web server

Top