Tutorials & Examples

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

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

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] AS SegmentedTab - Custom tab width


AS SegmentedTab Custom Tab Width.gif


B4X:
    ASSegmentedTab3.mBase.Color = xui.Color_ARGB(255,42, 156, 255)...
 

Attachments

  • AS SegmentedTab Custom Tab Example.zip
    178.1 KB · Views: 145

[B4X] Supabase - Database Joins


In the following example I make a join into the "public.users" table and need the column...
 
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: 155
Last edited:

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

MQTT Brokers list

[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

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:

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

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

IconKitchen - Generate App Icons

Hi

In case you are looking for this tool. Generate your app icon for mobile devices. It uses, clipart, text and images.

 

GPT & Search application (to sell)

Hello everyone, it's been a while since I posted here.
I had developed a conversation and research application in artificial intelligence, before publishing I offered two types of sales to see if...
 
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: 149

[B4X] Supabase - Storage Files


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

Upload File...
 

[B4X] Supabase - Storage Bucket


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

CREATE...
 

Another Torch (A >= M)

Based on this posting:


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

Attachments

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

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
Top