Tutorials & Examples

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

Corso B4A crea una app col tuo sito web

Ciao a tutti, ho creato un corso in italiano su piattaforma B4A per creare una app con un sito web, il corso è per principianti e guida l'utente dal download e l'impostazione di B4A, del JDK e...
 

[B4x]Data exchange (B4x, php, servers, .net and others)

After some years I have developed several apps to communicate with other apps, servers and platforms. My goal was to have ONE standard solution without additional propriatary solutions which work...
 

jarsigner error: java.security.SignatureException: private key algorithm is not compatible

Private sign keys created with B4A v7.80 or less together with Java 8u151+ will fail with the above error message. Note that it does not affect existing keys.
It is related to a change in the...
 

Integrating Firebase Services

Google has acquired a company named Firebase and is now offering many backend services under the Firebase umbrella. Most of them are free.

Integrating the services is relatively simple.

1. Use...
 
Last edited:

GPS Status in the OsmAnd - vs - GPS Connected.

Hello.
Probably the majority of using GPS, wondered how to display the GPS Status in OsmAnd:

So,
wanting to display the GPS Status in the OsmAnd 2.9.3 application, publication date 2018-02-08
the...
 

Attachments

  • Screenshot_01.png
    Screenshot_01.png
    45.4 KB · Views: 843
  • GPS Connected.apk
    423.6 KB · Views: 588
Last edited:

B4A how to learn it in 1 day

Watch the b4x Video Tutorials with interactive zoom

if you're having problems with the resolution, or your age ( :( ) and you see the code too small ,try to use this tricky feature in VLC Player called "interactive zoom"

you can see all code...
 
Last edited:

Signing your application before uploading to Google Play

The result of compiling your application is an APK file. This is a package file that contains the compiled source code and the assets files.
The APK file must be signed before installation...
 

SERVER IRC (Internet Relay Chat)

With the first steps on JAVA, my first program was an IRC SERVER. Subsequently I have evolved it and it has become the base to realize a SERVER for webchat.
I developed for a couple of...
 

Attachments

  • SD_SERVER_IRC.zip
    10.7 KB · Views: 863
Last edited:

Client IRC (Internet Relay Chat)

With the IRC Client complete the work started with the IRC Server.

As already explained is a Basic version, to give only an idea of how it works, but it is not complete with all the commands, and...
 

Attachments

  • irc_chat.zip
    18 KB · Views: 920

[B4X] Network + AsyncStreams + B4XSerializator

Attachments

  • B4A_Network.zip
    9.2 KB · Views: 6,816
  • B4A_NetworkOld.zip
    9.2 KB · Views: 3,395
  • B4J_Network.zip
    4.4 KB · Views: 4,032
  • B4i_Network.zip
    4.8 KB · Views: 2,489
Last edited:

Android Text To Speech example

Android can synthesize and play text.
Using the TTS library you can easily add this feature to your application.

tts_1.png


B4X:
Sub Process_Globals...
 

Attachments

  • TTSExample.zip
    6.2 KB · Views: 31,631
  • TTS.apk
    69.8 KB · Views: 4,025

[B4X] OkHttpUtils2 with Wait For


Downloading resources is simpler with the new Resumable Subs feature.

Using Wait For we can wait for the JobDone event in the same sub that started the download.
No...
 
Last edited:

Admob Mediation With Chartboost

Hello,

as @sorex requested, this is a short tutorial for mediation with admob for chartboost.

1) Register with chartboost. Add your app. Navigate to campaigns / Publishing . Click...
 
Last edited:

ActionBar / Sliding Pages tutorial

Attachments

  • ActionBar.zip
    14.1 KB · Views: 7,600
Last edited:

GUI AVD Manager / Emulator

B4A Sdk Manager v2 adds support for managing Android Virtual Devices (AVDs):

SS-2017-06-06_12.39.36.png


Before you start, make sure to...
 

Mastering Shadows in Android

How to disable keyboard suggestions

There are numerous threads in the forum about this, but I didn't have much luck with them. I wanted to disable the suggestions, but they always showed. I saw one suggestion setting the field to be...
 
Last edited:

[B4X] [Video] IDE Tips

 

KeyValueStore class - Simple and efficient key/value data store

Attachments

  • KeyValueStore.zip
    10.7 KB · Views: 4,875
Last edited:
Top