Tutorials & Examples

Android development starts here. Please do not post questions in this sub-forum.

[B4X] Supabase - Database Limit and Offset


LIMIT and OFFSET allow you to retrieve just a portion of the rows that are generated by...
 

[B4X] Supabase - Database OrderBy


You can order by just one column, or with multiple columns.

Available sorting commands...
 

[B4X] Program from everywhere even while being on the road - It can be done already

I was thinking how can I realize what is mentioned bellow for helping a friend with no computer for now, without waiting for it to happen (if ever - no offense @Erel but I know you are busy)...
 
Last edited:

DJI virtual stick-tutorial, waypoint- and hotpoint-mission for DJI Mini- and Air-series

After the release of the new grandiose DJI library and the preliminary work of freedom2000 and JordiCP in this thread...
 
Last edited:

[B4X] B4XPages B4XPages_SQLiteLight2 cross-platform project

The attached project is a porting of the B4X_SQLiteLight2 project which is included in the B4X SQLLite database booklet.
It uses as much as possible XUI objects and common code.
Tested with...
 
Last edited:

Debugging with Firebase / Android GPU Inspector

Hello,

(this is not a full tutorial, just a overview of this 2 tools)

I wrote my first animation in a app and with no idea what im doing i was running poorly...

While debugging i struggled with...
 

[B4X] Supabase - Authentification SignIn with Apple


In this example, we will take a look at how we can implement authentication using Apple...
 

Attachments

  • Supabase Apple Auth Example.zip
    4 KB · Views: 123

Register/Login example using TCP (Server and Client)

Hi all.
I found this example in some old folders on my pc and decided to share here.
it is a simple example of login and register using tcp and mysql db

B4J = Server
B4A = Client
DB = MYSQL...
 

💡 B4A Uninstalling a kiosk app

Hello all,
I've noticed 2 or 3 posts about not being able to uninstall a kiosk app because android:testOnly is missing from the manifest file, it's not in Erel's example.

If you just add the...
 
Last edited:

[B4X] Supabase - Database CRUD


This is a very simple tutorial on how to use the CRUD options. A more detailed tutorial is coming soon...
 
Last edited:

MQTT Brokers list

[B4XPages] Bluetooth Chat Example

1592143666965.png


Updated implementation, based on B4XPages of https://www.b4x.com/android/forum/threads/android-bluetooth-bluetoothadmin-tutorial.14768/#content.

The code is much simpler...
 

Attachments

  • BluetoothChat.zip
    18.2 KB · Views: 891
Last edited:

[B4J] [B4A] Expandable CLV with sub-items (similar to a tree)

PDFab - a default PDF viewer app based on DonManfred's PDFium wrap

I wanted a freeware pdf viewer without ads, tracking, data collection, and what have you. Besides, it wasn't obvious (to me at least) how to make an app that would be offered as default to open a...
 

Attachments

  • icon.zip
    92.1 KB · Views: 147
  • PDFab.zip
    10.2 KB · Views: 186

Resolving problems with EPUB version of the B4A-Rapid book version 12-50

Two people have complained that the EPUB version of the B4A-Rapid book version 12-50 is corrupt.
We have not been able to reproduce any errors.
We can read the EPUB on a Windows 11 PC using...
 

Blue Stacks connection to B4X IDE.

Blue Stacks 5 adb connection is now more difficult for Android developers. It now randomly chooses the ADB port number every time it starts up. For those of you using Blue Stacks to develop, here...
 
Last edited:

[B4X] Postman.com

Here is an app I knew it existed but I had never dared until now to try it and I regret this deeply. It is Postman. With this app available both on-line and as a local app (photo) you can check...
 

Import a CSV Text File Into a Newly Created SQLite Table

1. I use StringUtils library to import the CSV text file into the SQLite table. There are other ways to import like, such as CSVParser class module, RegEx.Split and TextReader, although TextReader...
 

Attachments

  • SQLiteImportCSVintoNewTable.zip
    27.6 KB · Views: 181

[B4X] AS CardSlider - Text animation


AS CardSlider Text animation.gif


Code
B4X:
Private Sub B4XPage_Created (Root1 As B4XView)
    Root = Root1...
 

Attachments

  • AS CardSlider Text Animation Example.zip
    11.5 KB · Views: 148
Last edited:

[B4X] Supabase - Storage Files


This is a very simple tutorial on how to use the storage file options.

Upload File...
 
Top