B4J Tutorials

Raspberry Pi B4J UI Applications with Liberica JDK

Tutorial Raspberry Pi B4J UI Applications with Liberica JDK v20180513

Objectives
To build B4J UI applications, using the Liberica JDK10, running on the Raspberry Pi.
This tutorial covers...
 

Attachments

  • B4JHowToRPiLiberica.zip
    189.4 KB · Views: 739
Last edited:

[B4J] A solution for SQL Brute force Protection

Hi there,

I want to share a tactic / a small guard for MySQL/MariaDB DataBases..

Well all we know that having a Database online and not in localhost is difficult to protect from...
 

Attachments

  • MBB.zip
    14.9 KB · Views: 374
Last edited:

[BANano] Capture webcam, microphone, screen

BANano 2.38+ contains a new library: BANanoMediaRecorder which allows you to capture video, audio or the screen (depends on the browsers what is allowed!)

mr1.jpg
...
 
Last edited:

Xampp + Bluestacks on 10.0.2.2 IP Address

Hi there

I happen to be back to my B4A days lately however just found this out on stack overflow.

Seems with 10.0.2.2 as IP address on bluestacks, one can experience their localhost...
 

[BANano]: Creating a CRUD app with LocalStorage Backend

Last edited:

[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:

Open external documents

jFX.ShowExternalDocument method allows you to open external documents with the default installed app.

It expects a single parameter which is the document or resource Uri (link).

You can use...
 

[Websites] Create a Login page with UOENow+BANano

Hi

The Creative Tim Now UI Kit comes with 3 example pages. By using the UOENow library we have tried to replicate the features to come as close to the provided examples as much as possible...
 

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

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:

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: 448
Last edited:

[ABMaterial] New component ABMSmartWizard

I'm finishing up ABMaterial 3.00 Chipmunk and a new component that has been introduced is ABMSmartWizard.

ABMSmartWizard is a flexible step wizard component. It is easy to implement and...
 

[server] Run a Server on Azure as an App Service

Since Azure supports Jetty, a B4J server app can also run on azure.

1. Search jetty in the marketplace and create a web app service...
 

Attachments

  • search.png
    search.png
    41.4 KB · Views: 1,390
Last edited:

[ABMaterial] ABMPivotTable new functionalities (2.50)

The ABMPivotTable component has been extended with some extra functionalities:

1. Collapsable/Expandable rows and columns
2. Presetting table type and aggregation type + values
3. Show readonly...
 

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...
 

[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: 529
  • BANanoWebView.zip
    1.2 KB · Views: 581

[ABMaterial]: Understanding Events with Helper Classes

Ola

Why this? I want to think of a Events Helper Classes as something that could help other B4J ABM users with the transition to ABM. Please note, this is NOT how ABM WebApps are developed.

ABM...
 

Attachments

  • ABMActionButton.bas
    3.7 KB · Views: 365

[BANano] Creating the PhotoNinja Website with UOE

Last edited:

[B4x] RSA example (asyncstreams)

- Changed to B4x as the subs can be used in B4A, too
- "Send File" added (new Button to send a file to the other client)



This tutorial is based on Erel's Asyncstreams example...
 

Attachments

  • RSAExample.zip
    5.9 KB · Views: 453
Last edited:
Top