Tutorials & Examples

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

Android database encryption with SQLCipher library

Attachments

  • SQLCipher.zip
    37.2 KB · Views: 426
Last edited:

2D Car game Example

Hi All.
Here is a very simple example of 2D Car game.
I did so for study purposes. I'm sure this is not the correct way to create a game. :D:D


carro (1).jpg


You can download it...
 

[B4X] Supabase - Realtime Broadcast example app


This is a simple B4X broadcast example with supabase as backend.

...
 

Attachments

  • Supabase Broadcast Example.zip
    185.1 KB · Views: 324
Last edited:

[B4X] AS Settings - DescriptionItem


This is a description item, this can be used to provide more information about a particular feature.

1707947080201.png
...
 

[B4X] AS Settings - ComboBox Property


With this property, the user can quickly select one of several options via a combobox. It use the native combo box for...
 
Last edited:

[B4X] AS Settings - Text Property


This property is for text input. Normal text, numbers or decimal numbers.

1707945375522.png


AS_SettingsTextExample.gif


Example...
 

[B4X] AS Settings - ActionClean Property


This property is like the action property, only in a cleaner version. Here there is only an icon and the display...
 

[B4X] AS Settings - Action Property


This property is used, for example, to manage properties that are on another page. Or to open links, open a picker so...
 
Last edited:

[B4X] AS Settings - Boolean Property


(1) FTZzgV4CZDcESNrYZIq5EviLuJFH2gGZ8o09ODFHc5Fe4IrWdZ.png

Example
B4X:
'Boolean
AS_Settings1.MainPage.AddProperty_Boolean("Basic","PropertyName_1","Boolean Property...
 

Social Network created by B4A (Chat included)





After searching all over the forum, I noticed that there are no examples that speak of a Social Network, so I decided to write one.

This example below...
 

B4A Social Network Version 1.30

B4A Social Network Version 1.50

[B4X] AS TextFieldAdvanced - Underline Style

Attachments

  • AS TextFieldAdvanced Underline Example.zip
    203.4 KB · Views: 245

[B4X] TextEditor - Save and load external files

This is a B4i and B4A example, which demonstrates various external files related tasks.

1626784777442.png
1626784790557.png


The behavior is not exactly the same as the platforms capabilities and behavior...
 

Attachments

  • TextEditor.zip
    184.2 KB · Views: 1,602
Last edited:

Create a B4X library with Android Studio - Step by step

Attachments

  • 1642537591575.png
    1642537591575.png
    9.2 KB · Views: 590
  • 1642537591596.png
    1642537591596.png
    47 KB · Views: 509
Last edited:

[B4X] AS Scheduler - MonthView HeatMap

Attachments

  • AS Scheduler MonthView Heatmap Example.zip
    71.9 KB · Views: 226

Syncing local databases using PHP to access a database on a hosted server

My need was to sync calendars in which user 'A' changes the calendar and sends the change to other users by writing records to the hosted database.
The other users query periodically to see it...
 

Attachments

  • TestPhp.txt
    4.1 KB · Views: 586
  • TestPHP.zip
    12.8 KB · Views: 268
Last edited:

Athom Pre-Flashed TASMOTA Infrared Remote Controller with B4X (Home Automation)

[B4X] AS PopupMenu with icons


(53) mage.png
(54) mage.png


B4X:
Private Sub ShowMenu
    
    aspm_Main.Initialize(Root,Me,"aspm_Main")...
 

Attachments

  • AS PopupMenu with Icons.zip
    177.4 KB · Views: 295

How to Install and Run Android Apps Natively on Windows 10 and 11 with WSABuilds

Hello B4X community! If you've ever wanted to use Android apps directly on your Windows 10 or 11 PC, you're in luck. I'll provide you with a detailed tutorial on how to achieve this using...
 

Attachments

  • 2023-12-25_172950.png
    2023-12-25_172950.png
    51.9 KB · Views: 2,834
  • 2023-12-25_173126.png
    2023-12-25_173126.png
    50.1 KB · Views: 2,136
  • 2023-12-25_173027.png
    2023-12-25_173027.png
    54.6 KB · Views: 2,207
  • 2023-12-25_173309.png
    2023-12-25_173309.png
    153.6 KB · Views: 2,375
Top