B4ATutorialB4A
Using an external jar library
Using an external jar library
@menneaduplo · 2019-10-14
B4ATutorialStrings
Decimal Number to Greek Words - Olografos
Decimal Number to Greek Words - Olografos
@makis_best · 2019-10-07
B4ATutorialCombobox
Beginner''s Demo of B4XComboBox
I''ve seen several questions about the B4X Combobox, so I thought I''d have a go at writing a small demo for using this with lists and also with database. This was done to make sure I knew what I was doing with it, more than anything! This demo shows how to fill a combobox from a List containing user types. It also shows how to change the contents of a combobox as the result of a selection from another comboxbox - the classic Master-Slave or Key-Foreign Key problem which we often have to solve.
@JMB · 2019-09-24
B4ATutorialImages
ContentChooser Example
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
@MarkusR · 2019-08-26
B4ATutorialComms & Network
Subnet Scanner
Here is a simple subnet scanner. It scans the current class C subnet for a particular port number and tries to open a connection. It logs all the IPs that are found to have that port open in a listview.
@Didier9 · 2019-08-25
B4ATutorialB4A [TABSTRIP + CLV]
WhatsApp Layout Example [Tabstrip + CLV]
WhatsApp Layout Example [Tabstrip + CLV]
@Douglas Farias · 2019-08-15
B4ATutorialDrawing [IT''S REALLY WINDY]
Ventilator Example [it''s really windy]
Example of a ventilator in B4A.
@Douglas Farias · 2019-08-14
B4ATutorialAudio/Video [BEEP EXAMPLE]
Happy birthday to you [Beep example]
Happy birthday to you [Beep example]
@Douglas Farias · 2019-08-14
B4ATutorialCamera
Slow Motion video recording using CamEX2
Here is the example of SlowMo video capture using Camera2 API and CamEX2 class. This is the code for recording slow-motion video which you can find at the bottom of CamEX2 Class of attached example
@Brandsum · 2019-08-08
B4ATutorialGame [RPG GAME]
Simple views colision example [RPG Game]
A simple collision example, where our player (black square) can collide with any other view that has the tag = 1
@Douglas Farias · 2019-07-31
B4ATutorialCharSequence / CSBuilder
CharSequence / CSBuilder Tutorial
B4A v6.80 (which was not yet released) adds several new features related to the ability to format rich strings.
@Erel · 2019-07-25
B4ATutorialSocial
Facebook login no event raised fix
If your facebook and firebase configurations are all ok but the auth event is not raising or if you are getting "An account already exists with the same email address but different sign-in credentials. Sign in using a provider associated with this email address." error message then this tutorial is for you.
@Brandsum · 2019-07-24
B4ATutorialGame
Introduction to the libGDX library
Introduction to the libGDX library
@Informatix · 2019-07-18
B4ATutorialCamera
CAM2FTP create time elapsed videos
This app save each image into a server via FTP and if you want download all images to merge into a video
@Luis Marcom · 2019-07-06
B4ATutorialB4A
AndroidX SDK
Android Support Library was implemented and maintained in the last 8 years by Google. It includes a wide range of features and it hides many of the differences between the various Android versions. Android Support Library was replaced by AndroidX SDK. It is no longer maintained and new versions of Firebase SDK depend on AndroidX. This is a good time to switch to AndroidX.
@Erel · 2019-07-02
B4ATutorialGoogle
Android InApp Purchase Tutorial
In this tutorial i will show you how to add an in app product to your android app.
@ilan · 2019-06-11
B4ATutorialB4A
Compiling through Google Drive Filestream
Compiling through Google Drive Filestream
@bluedude · 2019-06-05
B4ATutorialPane(l)
Eyes follow example code
A simple example of how to make eyes folow the touch on a panel.
@Douglas Farias · 2019-05-26
B4ATutorialTabHost
TabHost tutorial
TabHost tutorial
@Erel · 2019-05-10
B4ATutorialYouTube
Youtube playlist with xml2map
Youtube playlist with xml2map
@Almora · 2019-05-06
B4ATutorialB4A
User''s Guide
User''s Guide
@klaus · 2019-05-04
B4ATutorialList- and scrollview
CustomListView with animated header
This is a slightly modified version of CustomListView. It adds a header. The header becomes shorter when the user scrolls down.An event is raised, which allows you to adjust the header''s layout based on the current height.
@Erel · 2019-04-30
B4ATutorialOS
Add shortcuts to your Android application
Add shortcuts to your Android application
@Erel · 2019-04-26
B4ATutorialWebView
Catch Webview Item''s Longclick without late Javascript injection
Sample project to intercept clicks and longclicks on images or text portions in a webview.
@fredo · 2019-04-17
B4ATutorialOCR [EXAMPLE]
Add OCR features to your Android application [Example]
Add OCR features to your Android application [Example]
@Erel · 2019-04-14
B4ATutorialDatabase
MySQL data to webview using PHP
The purpose of this is to demo how one can add, update, read and display mysql database records into a webview.
@Mashiane · 2019-04-08
B4ATutorialB4A
AMD Ryzen processor & Android emulator AVD
AMD Ryzen processor & Android emulator AVD
@peacemaker · 2019-04-07
B4ATutorialFile handling
ExternalStorage Class - Additional Use Case
The ExternalStorage Class is billed as accessing external SD Cards and USB sticks. I have found it is also useful for relocating data sets without having to recompile an application. This is because of two things. 1) StorageClass works on internal as well as external memory. 2) Access to files via StorageClass is relative to the folder chosen by the user when an application is first run.
@agraham · 2019-04-05
B4ATutorialWear
ABWearOS Library 1.0 Tutorial
This library should implement the new datalayer Google Api to send and sync data on Wear and uses the latest Google Play services (SDK 28)
@alwaysbusy · 2019-04-05
B4ATutorialB4A [ANDROID 9.0]
targetSdkVersion 28 [Android 9.0]
targetSdkVersion 28 [Android 9.0]
@Erel · 2019-04-04