B4J Tutorials

B4J-Bridge dockerimage

[BANano] The Designer

NOTE: This system is depreciated in V2 and replaced by a much better and complete solution. See here...
 
Last edited:

[BANano] inline php -> server code

Peter had a great idea for a new feature in BANano:
Kiffi said:
Hello Alain,

So you don't get bored ;), I have an idea for another BANano killer feature: ServerCode :)

Imagine, it would be...
 
Last edited:

[BANano] v2: (1) B4J Abstract Designer

Last edited:

[BANano] v2: (2) B4J Abstract Designer

Last edited:

[BANano]: BANanoSQL CRUD-ing around with BANanoSQLUtils

Last edited:

[BANano]: Creating a CRUD app with LocalStorage Backend

Last edited:

[B4X] How Resumable Subs work

This document is intended to add a little understanding as to how Resumable Subs actually work under the bonnet and is intended as a complement to how they are used as Erel explains in his...
 
Last edited:

[BANano]: Distributing and accessing an existing SQLite Databases - Part 1

Last edited:

[BANano] Exploring BANanoEvents

Hi there

This is just my method (without abstract designer views) of adding and binding events to elements.

1. Elements are added to the page
2. After the page content is updated, events are...
 

Attachments

  • BANanoEvents1.zip
    2 KB · Views: 404
Last edited:

Creating a hotel reservation app with BANanoJQM

Hi there

First and foremost, thank you for making a decision to view and even read this thread. Whilst not being an expert in BANano and still learning the ropes, the article is mainly about the...
 
Last edited:

[BANano] Working with promises

BANano 2.19+ has a new object: BANanoPromise. It allows you to easily use Javascript Promises.

A promise can be useful e.g. if you want to upload/download files, which can take some time to do...
 
Last edited:

[BANano] Bidirectional communication between B4J and BANano

Hello,

I found something interesting from Daestrum and tried it out to see if it could be used for BANano.

With this code it is possible to establish a communication between a B4J WebView...
 

Attachments

  • B4JWebView.zip
    3 KB · Views: 534
  • BANanoWebView.zip
    1.2 KB · Views: 586

[BANano] Creating the PhotoNinja Website with UOE

Last edited:

Install OpenJRE8 with OpenJFX on Ubuntu (Linux)

Hey, i had some trouble with OpenJRE8 and this was the solution.

This Tutorial help you, if you have for example this error:
B4X:
java.lang.RuntimeException: java.lang.NoClassDefFoundError...
 

[B4X] Additional libraries folder

The additional libraries folder can be organized in a way that allows sharing cross platform libraries between B4A, B4J and B4i.

From now on, the recommended way to organize the additional...
 
Last edited:

B4J Code Execution FlowChart with UOEProcess.Show

Ola

UOEProcess.Show

As per subject matter, this intends for anyone to be able to do an analysis of their code execution using UOEProcess.Show.

By simply logging and then pasting the...
 

[BANano] Exploring Using PHP & SQLite for your WebApp

Attachments

  • BANanoSQLiteCode.zip
    1.2 KB · Views: 450
Last edited:

[BANano] Create a Landing Page for your website using UOENow+BANano

Hi there..

UOENow, introduced us in terms of the various components of the Now UI Kit from Creative Tim that we can use to develop our websites. What we will do today is to extend on that and...
 
Last edited:

[Websites] Create a profile page for your website using UOENow+BANano

Last edited:
Top