B4J Tutorials

[ABMaterial] Theming the Framework - ModalSheets

ModalSheets

what are they and what are they for?
From ABMaterial Demo we can read:

An ABMModalSheet component is like a mini...
 
Last edited:

[BANano] UOEGridTable IconRenderer

Ola

This tut is based on the BANano based library here.

The ICONRENDERER is a column render to ensure that icons in your rows are rendered. These can be material and fontawesome icons...
 

[ABMaterial] Theming the Framework

ABMaterial Framework for WebApps

Theming


Definition (Wikipédia):

Theming refers to "the use of an overarching theme...to create a holistic and integrated...
 
Last edited:

[BANano] UOEGrid Column Renderer - Let's display images etc

Hi

This tut is based on this lib here, [BANano] UOEGridTable.

A question popped up about how I can display images, or perhaps other icons in grid columns. After some researching I noted a...
 
Last edited:

[BANano] Creating Connected Grid Tables with UOEGridTable

[BANano] Creating Master Details Grid with UOEGridTable

Last edited:

[Server] Packaging OpenJDK for Server App

I couldn't find this on the forum but if you are looking to package your server (non-UI) app with Java 11 (OpenJDK) then you should be aware there is no JRE per se.

I came across an article (link...
 

B4XTable + jPoi + Excel Workbook

SS-2019-04-10_10.52.25.png


It is very simple to read data from an Excel workbook and show it with B4XTable.

The almost complete code:
B4X:
...
 

Attachments

  • B4XTableWithExcel.zip
    29.3 KB · Views: 1,028
Last edited:

[BANano] MySQL CRUD with PHP - Part 2

Ola


Kinda excited that this is starting to form a shape. This second part of the tutorial deals with reading the users from the MySQL users table and then displaying them in a...
 

Attachments

  • BANanoMySQL.zip
    4.6 KB · Views: 633
Last edited:

[BANano] MySQL CRUD with PHP - Part 1

Attachments

  • BANanoMySQL.zip
    3.7 KB · Views: 627
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: 371
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...
 

jPOI to the rescue

I'm helping a group of first aid personnel with their organization. There are about 50 people. The main communication channel is a Whatsapp group.

Each one needed to fill a MS Word document with...
 

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

[BANano] Exploring Using PHP & SQLite for your WebApp

Attachments

  • BANanoSQLiteCode.zip
    1.2 KB · Views: 447
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...
 

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