B4J Tutorials

[Web][SithasoDaisy] Exploring Web Service Workers aka BANano Background Workers

[BANano] Checking File Existence : (Async Fetch - BANanoFetch Inside BANanoPromise)

Hi

This code is based on a response I got about something else I needed about files, fetch & promise.

Anyway.. The code below will check if a file exists and return true / false. I need the file...
 

[Web][SithasoDaisy] Creating a Product Listing

Hi

By the end of this tutorial, you will be able to create this output.

1697410102441.png


1. We use a grid with 3 columns so that we can have each product.

Code Module is: pgBasicCardsMultiple on...
 

[Web] PocketBase - deploying your SQLite WebServer back-end on Railway.app

Hi

One is able to host Pocketbase on Railway.app. This deployment is based on Docker Image. You need a GitHub account.

1. Create an account on Railway.app and link to your Github.
2. Click...
 

SQLite or MySQL database

  1. For any project where a database is required - it's very important to have possibility to see the database data, to debug the app.
  2. If the app is used on a remote server host, and...
 

Attachments

  • php_scripts.zip
    308.6 KB · Views: 102
Last edited:

BomberOco game source (incomplete)

Hi all.
I found this example in some old folders on my pc and decided to share here.
it is a simple Bomberman example game logic.

this example load a map based on txt file

jailson.jpg
...
 
Last edited:

B4xTable: Property Bag Use Case

Hi

I am attempting to use a B4xTable as a property bag. I found B4xTable Inline Editing fit for this as i can set and get any component. You can use that as reference.

The magic is keeping which...
 

https://github.com/knowm/XChart

Wanted to see what is in the demo's of this Github Project. Have compiled the library and demo code into a single jar (JHSxChart.jar). Download and copy JHSxChart.jar to your B4J...
 

Attachments

  • XChart_64_64.png
    XChart_64_64.png
    2.9 KB · Views: 184
  • JHSxChart.jar
    467.1 KB · Views: 171
  • b4jXchart.zip
    3.9 KB · Views: 159

[WebApp] Example Team Manager using jQuery Mobile, WebSockets & SQLite

This OpenSource WebApp is based upon a request to manage team events from Android, iPhone, Windows and Linux (Raspberry) devices.
The solution is a B4J WebApp, using jQuery Mobile (jQM)...
 
Last edited:

[Web] Tutorial - Using MinimaList Controller

Last edited:

[Web] Deploy PocketBase SQLite WebServer WebApp on DigitalOcean (FrontEnd + BackEnd)

Hi

There is a marketplace available deployment on..


Use SHH Option.

Ive found that using WinSCP is rather easier to connect to the...
 

[Web] SithasoIONIC7 Mobile WebApp Examples for your Inspiration

Hi there

A collection of websites created with SithasoIONIC7.


In this thread we will feature all the apps done so far with SithasoIONIC that you can get.

Kind Regards

Mashy
 

[Web3] Deploy your Static Website on the Internet Computer and make it a dApp

Hi

So I wanted to make SithasoDaisy Static Demo App a dApp, so that it runs on the Internet Computer.


1. Create an account on fleek, https://fleek.co,
2. Link your Github profile...
 
Last edited:

[Web] PocketBase - running multiple instances in the same machine - different ports

Hi

Download PocketBase

By default, after configuring PocketBase, i.e. the SQLite WebServer, it can run on port 8090 when you start it and use it for your back-ends.

1694617551117.png


I...
 

Enigma Machine (https://github.com/amirbawab/Enigma-machine-simulator)

This is not intended to take anything away from @ilan 's project here. I have also been reading up about the Enigma Machine recently and then checked what Java projects are...
 

Attachments

  • EnigmaMachine.jar
    192.6 KB · Views: 88
  • b4jEnigmaMachine.zip
    1.6 KB · Views: 96
Last edited:

[BANano] SetLayoutAnimated & Other Animations

Ola

NB: Updated Demo & B4xlib on this post:

We will use...
 
Last edited:

[BANano] Absolute Placement of Elements & "Hidden" Props

Hi

What we will do:

From:

1692856690636.png


To:

1692856657837.png

How:

Take any BANano custom view, add a Log(Props) on the DesignerCreateView sub, magic happens, use the view in your layout and...
 

Attachments

  • Demo01.zip
    12.9 KB · Views: 75
Last edited:

MandelbrotOrbits

It is a B4J kickstart for MandelbrotOrbits.jar from this web posting. Explore the Mandelbrot Orbits...

B4J sample project and the jar are attached. Once started, click and hold down...
 

Attachments

  • b4jMandelbrotOrbits.zip
    1.7 KB · Views: 75
  • MandelbrotOrbits.jar
    14.2 KB · Views: 80
Last edited:

SithasoDaisy: User Sign Up / Sign In / Forgot Password in PocketBase

Hi

I am putting this out here for everyone to easily find it. It was discussed as part of the talk...
 

MandelbrotSet

PLEASE POST SOME OF THE IMAGES THAT YOU MIGHT DISCOVER IN THIS THREAD......

It is a B4J kickstart for this Github project.

You can zoom in many, many times - just click on a specific...
 

Attachments

  • MandelbrotSet.jar
    5.3 KB · Views: 72
  • b4jMandelbrotSet.zip
    28.8 KB · Views: 80
Last edited:
Top