B4J Tutorials

[BANano] Walts B4xGoodies Explorer Using BVAD3 on Mobile Device

Ola

Fortunately one can access the b4xgoodies via a WebApp on their mobile devices. In this video below, we detail how one needs to:

Steps to reproduce on your Mobile Device

1. Visit...
 

[BANano] Live Code Swapping in v5 preview

Hi all,

The upcoming new version of BANano (v5) will allow you to use one of the greatest features of B4X: Live Code Swapping!

This has always been a very productive and unique tool we have at...
 

[BANano] How BANano.GeoLocation helped us with developing Seeking.Shelter & GPS locations querying from a database

Ola

Seeking.Shelter is an app for people in distress. It helps one find the police stations, courts, shelters, clinics and hospitals around South Africa.

One of the WebApp reviewers made a...
 
Last edited:

Multiple entry jar

You can put more than one java application in a single jar, but still be able to run them as individual applications.
The main advantage is the space it takes up.
For example, a simple non-ui...
 

[BANano] MD5 Encryption - Getting the Md5 Hash of a string

Last edited:

[BANano][Database.Show] - Viewing a Music Store SQLite Database

Ola

As you might be aware, one has been busy working on Database.Show, a BANano+Vuetify Database Viewer, Documentor, CRUD thingy.

We have just closed off one of the milestones, MySQL and...
 

B4J on linux

hi,

After few adjustments B4J works fine on Ubuntu.
See picture;-)

If you want, I'll write a tutorial in french.
Looking for a translator .... If someone want it!

see you soon.
Capture du 2014-01-28 22_58_59.png
 

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

b4j max upload file size with nginx

Hi, today I have lost some time testing a B4j server app in a VPS, my app was supposed to help upload big files to the server. Locally, everything was working as expected, but when I have...
 

Using JavaObject and JavaFx - LineChart

To help with my own learning I have played with JavaObject and JavaFX to create linecharts.

Here are the 3 examples I have made I have ported the code directly from the Oracle...
 

Attachments

  • 3-1.zip
    1.1 KB · Views: 1,051
  • 3-4.zip
    1.2 KB · Views: 846
  • 3-5.zip
    1.4 KB · Views: 953
Last edited:

PK ColorPicker for Windows and Mac

Hi,
Have just finished making a Color Picker app for Windows & Mac (B4J v8.90 & jdk-11.0.1).
Thought someone might find this useful (specially newbies).

Screenshot (48).png
Screenshot (49).png

(Just my...
 

Attachments

  • PKColorPicker.zip
    237.3 KB · Views: 289

jOpenCV Tutorial 2 - Image & Video (with VideoCapture) acquisition, and conversions to/from Mat objects.

From time to time, jOpenCV examples will be referenced in this tutorial. You can find the donwload link in the first post of the jOpenCV library thread
Syntax: when referencing...
 

jOpenCV Tutorial 1 - Syntax rules, Helper methods and Basic types

From time to time, jOpenCV examples will be referenced in this tutorial. You can find the donwload link in the first post of the jOpenCV library thread
Syntax: when referencing...
 

USB Serial Port + AsyncStreams + B4XBytesBuilder

Attached project code:
B4X:
#Region Project Attributes
    #MainFormWidth: 600
    #MainFormHeight: 600
#End Region

Sub Process_Globals
    Private fx As JFX
    Private MainForm As Form...
 

Attachments

  • Serial_Test.zip
    2.6 KB · Views: 316
  • Arduino_Serial_Test.zip
    554 bytes · Views: 257

💡 [B4X] [XUI] [B4XPages] B4J 'Erel Says' hand, eye memory game - Newer developers

Hello to you all,
I decided to recreate this simple but effective game example, the game is based on the B4XPages library. The game is designed for hand, eye and memory coordination, so I called...
 

💡 [B4X] [XUI] [B4XPages] B4J recreating Google Trends results with xCharts - Newer developers

Hello to you all,
Here is an extremely simple example on how to easily recreate Google Trends results using B4XPages with B4j and the xChart library. In this example I used Google...
 
Last edited:

[ABMaterial]: Me like Donuts

Ola

So me runs into this nice charting library, morris chart. Me see a nice donut. Me likes donut.

Donut.gif


Their examples are quite nice and straight forward and easy to implement...
 
Last edited:

[server] jOkHttpUtils2 - server version

OkHttpUtils2 methods are designed to be called on the main thread. This is the case in all platforms and configurations, except of B4J server solutions.

Starting from jOkHttpUtils2 v2.95 it is...
 
Last edited:

B4J Server: Requesting and Installing SSL Certificate

I thought I would share how I requested and installed a SSL certificate for my B4J server.

In my case I used namecheap.com to purchase a $9 SSL certificate. I already had a domain name and a...
 
Last edited:

💡 [B4X] [XUI] [B4XPages] Simple B4J stock ticker app code using JSON REST API - Newer developers

Hello to you all,
Here is a simple example on retrieving data from a REST API requested using the JSON Generator (you could also use http URL download), the same JSON library is also used to parse...
 
Last edited:
Top