B4ATutorialhtml [WITH ASSETS FILES]
Fidget Spinner HTML example [with assets files]
A simple Fidget Spinner example on B4A
@Douglas Farias · 2018-10-17
B4ATutorialWebView
Hide Packagename and UserAgent on Webview
Example of how hide the packagename and a user agent on a webview.
@Douglas Farias · 2018-10-17
B4ATutorialhttp [SERVER AND CLIENT]
Register/Login example using TCP [Server and Client]
Example of login and register using tcp and mysql db
@Douglas Farias · 2018-10-17
B4ATutorialFirebase [CURL]
Send Firebase notification via PHP [CURL]
Example of how send a firebase notification via php
@Douglas Farias · 2018-10-17
B4ATutorialhtml [BRAZILIAN]
Simple Currency Api [Brazilian]
Example of how to get values from a website, on this example we get the bitcoin and dolar value converted to REAL (R$) works only with REAL of brazil.
@Douglas Farias · 2018-10-17
B4ATutorialGame [INCOMPLETE]
Simple punch the president game [Incomplete]
Simple punch the president game [Incomplete]
@Douglas Farias · 2018-10-17
B4ATutorialProgress/Gauge/Loading
Bomb Countdown Example
A simple Bomb Countdown with timer, sound and vibration
@Douglas Farias · 2018-10-15
B4ATutorialB4A
Version safe APK installation
As explained in this tutorial all store apps will soon be forced to target the latest SDK.This means that we can no longer rely on the OS backwards compatibility features and need to handle the behavior changes ourselves.Installing an external APK is a good example as it requires dealing with several changes
@Erel · 2018-10-12
B4ATutorialSMS
SMS and CALL_LOG permissions are no longer available
Google has changed their policy regarding the following permissions: READ_SMS, SEND_SMS, WRITE_SMS, RECEIVE_SMS READ_CALL_LOG, WRITE_CALL_LOG, PROCESS_OUTGOING_CALLS Only the default phone or messaging apps can use these permissions: https://support.google.com/googleplay/android-developer/answer/9047303?hl=en This is relevant for Google Play apps.
@Erel · 2018-10-10
B4ATutorialEncryption
LockBox3 (Delphi) AES encryption exchange with B4A/B4J
This is just a write up of my findings regarding the exchange of encrypted data between B4A/B4J and LockBox3 (Delphi). This write up focuses just on LockBox3''s implementation of AES (128, 192, and 256 bit) cipher and the block modes ECB and CBC. On the Delphi side, before proceeding to exchange string data with the outside world, the programmer needs to ensure that all string encoding is done via UTF8.
@OliverA · 2018-10-05
B4ATutorialB4A
New B4A book: Android App Development for Electronics Designers
New B4A book: Android App Development for Electronics Designers
@Erel · 2018-10-04
B4ATutorialPicker
Sharing files from your app with File Provider
This tutorial explains the steps required to implement a file picker that other applications can use to select files or resources.
@Erel · 2018-10-03
B4ATutorialDatabase
Filter the Contents of a ListView By Sql code
Filter the Contents of a ListView By Sql code
@Lowegaterecords · 2018-09-28
B4ATutorialOS
How to Install Android 8 on Virtualbox
How to Install Android 8 on Virtualbox
@Diceman · 2018-09-28
B4ATutorialList- and scrollview
Basic difference between a Standard ListView and Amir_RecyclerView
Basic difference between a Standard ListView and Amir_RecyclerView
@fredo · 2018-09-24
B4ATutorialList- and scrollview
Change DataSet in Amir_RecyclerView
During the basic training in Amir_RecyclerView (ARV), a small test project was created, which may help RV newcomers to familiarize themselves with RecyclerViews. Topic: "React to clickevents, change data and update the list"
@fredo · 2018-09-24
B4ATutorialDatabase
Connect Android to MySQL Database Tutorial
Connect Android to MySQL Database Tutorial
@Erel · 2018-09-20
B4ATutorialService/Receiver
Starter Service - Consistent & Single Entry Point
Starter Service - Consistent & Single Entry Point
@Erel · 2018-09-20
B4ATutorialInterop
FitBit Authentification and use of the FitBit HTTP SDK
FitBit Authentification and use of the FitBit HTTP SDK
@DonManfred · 2018-09-19
B4ATutorialFirebase
FCM message workflow explained by Google
There are 3 types of messages you can send combined with your app''s state (fore- or background). Android FCM services behave different depending on the message type.
@KMatle · 2018-09-18
B4ATutorialB4A
Solving Font asset not found from library
Solving Font asset not found from library
@Marcus Araujo · 2018-09-18
B4ATutorialB4A
Collection of tutorials in PDF format
Collection of tutorials in PDF format
@Erel · 2018-09-12
B4ATutorialhttp
For beginners: How to communicate with a server using httputils2 (Part 1: php)
For beginners: How to communicate with a server using httputils2 (Part 1: php)
@KMatle · 2018-09-04
B4ATutorialB4A
Base app for new user to rapid build app
B4A is very good app to build Android app. I want to use it built app same as Android Studio, so i make a "BASE" app to make more apps from it Since 8/2018, you must set target SDK is 26, so many changes to your old app to make it! This base app has "Drawer","Search","Multi Layout", "AdMOD ads", Runtime Permission Dialog,.... very EASY to USE and READ
@tuhatinhvn · 2018-08-29
B4ATutorialSignature
Signature Capturing with jSignature and WebViewExtras
After several test, now I can use the jSignature javascript plugin I was using in my web, in my B4A app, in order to update my database from b4a the same way I''m doing in my web.
@josejad · 2018-08-23
B4ATutorialProgress/Gauge/Loading
digital dashboard
digital dashboard
@WhoIsShmoove · 2018-08-18
B4ATutorialB4A
A trick for a badly closed application from a KILL TASK
The problem appears when someone KILL TASK APP, then your application has not just closed, and sometimes some variables, or service processes prevent the application from running correctly, being useless "even until the next restart of the phone". The easiest solution I''ve found and I think it can help someone in a situation like this is add these lines to starter service.
@scsjc · 2018-08-16
B4ATutorialEncryption
RC4 encryption to transfer data between Android and PC
On one of my projects, I had to transfer sensitive data from Android to PC but - with RC4 encription. I wrote a little code that I want to share with you... Maybe Android supports RC4 encryption in some of its libs, I''m not sure, but this code may be usefull for someone.
@cenyu · 2018-08-15
B4ATutorialB4A
Read Key/Token from the B4A Manifest
I was busy with a project and wanted to allow users to enter their own Key/Token via the B4A manifest file and then have access to the key/token via B4A code. I did a quick search and could not find something immediately and then did the below/attached via inline Java code that I found somewhere on the web.
@Johan Schoeman · 2018-08-11
B4ATutorialTranslation/localisation
How I manage multi language in my Android App
This functionnality is base on a SQL server database where all translations are stored (and used for Windows App clients side). I use a WebService to retrieve the full list of them in Android App. The most important thing in my solution is to use "live" translations. I mean as translations are available and shared in an SQL server database, you are sure to be up to date with. By the way, if you don''t want to use an SQL Server database, you can, for sure, adapt it !
@Yayou49 · 2018-07-26