Tutorials & Examples

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

[B4X] AS ViewPager - Infinite scrolling


A small example project on how to achieve endless scrolling in both directions with the as...
 

Attachments

  • AS ViewPager Infinite scrolling Example.zip
    11.5 KB · Views: 523
Last edited:

[B4X] Supabase - Realtime


This is a very simple tutorial on how to use the Realtime module. A more detailed...
 

Attachments

  • Supabase Realtime Example.zip
    10.7 KB · Views: 572
Last edited:

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

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

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

[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

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

Posted in the B4J forum: https://www.b4x.com/android/forum/t...-clv-with-sub-items-similar-to-a-tree.155113/

CLVexSub3.png
 

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: 607
  • PDFab.zip
    10.2 KB · Views: 672

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

[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: 516
Last edited:

Another Torch (A >= M)

Based on this posting:


Torch ( A >= M):
#Region  Project Attributes
    #ApplicationLabel: b4aTorchNew...
 

Attachments

  • b4aNewTorch.zip
    24.3 KB · Views: 545
Last edited:

[B4X] Supabase - Storage Image Transformations


Supabase Storage offers the functionality to transform and resize images dynamically. Any...
 

[B4X] Supabase Storage - Download file with Progress


This is a very simple tutorial on how to download a file and show the progress in a...
 

Attachments

  • Supabase Storage Progress Example.zip
    11.9 KB · Views: 578

[B4X] Supabase - Storage Bucket


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

CREATE...
 

[B4X] Supabase - Authentification SignIn with Google


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

Attachments

  • Supabase Google Auth Example.zip
    10.4 KB · Views: 529

[B4X] AS Settings with AS TimePickerDialog

Attachments

  • AS Settings with AS TimePickerDialog.zip
    179.3 KB · Views: 427
Last edited:

[B4X] AS Settings with AS BottomDatePicker

Attachments

  • AS Settings with AS DatePicker.zip
    179 KB · Views: 417
Last edited:
Top