Tutorials & Examples

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

COVID API

API for live information about COVID-19

##source##


B4X:
Sub covid

    Dim cov1 As HttpJob
    cov1.Initialize("GetAddress", Me)...
 

Attachments

  • cov.zip
    14.1 KB · Views: 750
  • Screenshot_1584876341.png
    Screenshot_1584876341.png
    8.4 KB · Views: 960
  • Screenshot_1584876347.png
    Screenshot_1584876347.png
    10.4 KB · Views: 1,024
  • Screenshot_1584895171.png
    Screenshot_1584895171.png
    18.2 KB · Views: 974
Last edited:

[B4X] Manage your own Let´s Encrypt Certificates (ACME Client)

While looking around on interesting projects to wrap i found a java console app (jar file) which is able to create and manage Certificates which can be used in your Server.
It manages Let´s...
 

B4A on Kindle Fire & Amazon App Store Tutorial

* * * B4A on the Kindle Fire Device * * *

This tutorial is being written to help notify/guide B4A users of known issues that have been found using B4A with the kindle fire device and some...
 
Last edited:

[B4X] Net library (FTP, SMTP, POP) with Wait For

Starting from v1.70 of Net, jNet and iNet libraries the asynchronous methods return a 'sender filter' object.
This object can be passed as the sender filter parameter in a Wait For call.
This...
 
Last edited:

Create an Android virtual machine or laptop

Hey everyone,

I just came across this video and I thought I should share it with you:

 

[B4X] B4XTable - Setting cell (default label) properties

Last edited:

Youtube playlist with xml2map

hi..
I prepared the youtube playlist using the examples in the forum.

Used libraries:
➡ Javaobject
➡ Labelextras
➡ Okhttputils2
➡ Snyoutube
➡ Stringutils
➡ Xcustomlistview
➡ Xml2map
➡ Xmlbuilder...
 

Attachments

  • 1.jpg
    1.jpg
    7.2 KB · Views: 898
  • 3.jpg
    3.jpg
    44.3 KB · Views: 894
  • 2.jpg
    2.jpg
    18.3 KB · Views: 900
Last edited:

[B4X] Nested layouts

1587290214570.png


Lets say that we want to build a layout such as the above where the screen is split into two halves.

If we try to build this layout with a single layout file we will quickly meet a...
 

Attachments

  • NestedLayouts.zip
    12.8 KB · Views: 823

[Tip] Reset the manifest editor code to the default code

Use case: you downloaded an old example and you want to reset the manifest editor code so it will have the correct targetSdkVersion and theme.

Open the manifest editor, delete all text and save...
 

[B4X] [XUI] Drawing with B4XCanvas

B4XCanvas is the cross platform version of Canvas.

Steps to using B4XCanvas:

1. Initialize and pass the target view. In most cases it will be a Panel (or Pane). It must be a Pane in B4J.
2. Make...
 

Attachments

  • xSmiley_B4A.zip
    10.8 KB · Views: 1,425
  • xSmiley_B4i.zip
    5.3 KB · Views: 912
  • xSmiley_B4J.zip
    5 KB · Views: 1,149
Last edited:

TabStripViewPager - Better ViewPager

Attachments

  • TabStripExample.zip
    10.9 KB · Views: 4,170
  • TabStripViewPager_Library.zip
    30.5 KB · Views: 3,354
Last edited:

ContentChooser Example (select image at phone)

Here is a ContentChooser Example project to choose a image at phone for use in a activity with image view. it works with B4A 9.x and Android 8.1...
 

Attachments

  • ContentChooser Example.zip
    9.4 KB · Views: 3,223
Last edited:

Free Mini Course Android Development Environment Preparation (B4A)

Good morning,
I'd like to share the free "Android Development Environment Preparation" course.
This course helps prepare the B4A development environment to start developing Android apps.
I thank...
 

[B4X] B4X lib automatic build

Trying to find an automated way to build a B4X library, I found this method, I'd like to share for improvements and suggestions.
I'm using B4J as the development environment for the sake of...
 

QR Code - "Store" image/bitmap in a QR Code

See attached B4A project:

1. It takes an image (png or jpg) and convert it into a byte array
2. The byte array is converted into a Base64 String
3. The String is then converted into a QR Code...
 

Attachments

  • b4aQRImage.zip
    10.4 KB · Views: 781
  • core-3.3.2 (2).zip
    493.6 KB · Views: 756
Last edited:

✅ Retrieving 2 JSON data feeds from an online server - Shared module with B4i

Hello All
I might be a bit late to the show with this one, but I've been busy completing paid work. Hopefully new members will find this useful.

The B4i example can be found here...
 

Attachments

  • JSON.zip
    12.3 KB · Views: 652
  • Android-CoronavirusCOVID-19_V1.0.0.1.zip
    62.2 KB · Views: 659
Last edited:

Arduino / B4A

Hi all. Interfacing B4A with Arduino is really very simple and you can create any kind of application.
This is a simple example:



Code B4A:

B4X:
#Region  Project Attributes...
 
Last edited:

B4A Rapid book updated to B4A 9.80

I am happy to announce that the both the paperback and electronic versions of the B4A tutorial and reference book “B4A Rapid Android App Development using BASIC” by Wyken Seagrave have now been...
 

Video corso Preparazione ambiente di sviluppo B4i

ENGLISH:
Good morning,
I would like to share the free course "Preparing development environment for B4 IOS".
This course helps prepare the B4I development environment and the MAc to start...
 
Last edited:

[B4X] [XUI] ASTabMenu with xCustomListView Example

AS Tab Menu with xCustomListView.gif

Hello Forum,

in this Example i want to show you, how to use the ASTabMenu togehther with the xCustomListView, to handle a lot of Tabs without getting into layout problems...
 

Attachments

  • B4A Example with xCustomListView.zip
    7.8 KB · Views: 1,187
Last edited:
Top