Add text to image and save it [water mark]
Example of how add a text into a bitmap and later save it as image file.
@Douglas Farias · 2018-10-19
Tabela Fipe Api [Brasil Cars, Trucks and Motorcycles prices]
A simple example of how to consume a api with http
@Douglas Farias · 2018-10-18
Left menu layout examples [jfeinstein10]
A simple layout example of SlidingMenu
@Douglas Farias · 2018-10-18
Image upload with PHP and PostMultipart
A simple image upload example with postmulipart and PHP
@Douglas Farias · 2018-10-18
Simple punch the president game [Incomplete]
Simple punch the president game [Incomplete]
@Douglas Farias · 2018-10-17
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
Send Firebase notification via PHP [CURL]
Example of how send a firebase notification via php
@Douglas Farias · 2018-10-17
Register/Login example using TCP [Server and Client]
Example of login and register using tcp and mysql db
@Douglas Farias · 2018-10-17
Hide Packagename and UserAgent on Webview
Example of how hide the packagename and a user agent on a webview.
@Douglas Farias · 2018-10-17
Fidget Spinner HTML example [with assets files]
A simple Fidget Spinner example on B4A
@Douglas Farias · 2018-10-17
Fidget Spinner example
Fidget Spinner example
@Douglas Farias · 2018-10-17
Bomb Countdown Example
A simple Bomb Countdown with timer, sound and vibration
@Douglas Farias · 2018-10-15
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
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
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
New B4A book: Android App Development for Electronics Designers
New B4A book: Android App Development for Electronics Designers
@Erel · 2018-10-04
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
How to Install Android 8 on Virtualbox
How to Install Android 8 on Virtualbox
@Diceman · 2018-09-28
Filter the Contents of a ListView By Sql code
Filter the Contents of a ListView By Sql code
@Lowegaterecords · 2018-09-28
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
Basic difference between a Standard ListView and Amir_RecyclerView
Basic difference between a Standard ListView and Amir_RecyclerView
@fredo · 2018-09-24
Starter Service - Consistent & Single Entry Point
Starter Service - Consistent & Single Entry Point
@Erel · 2018-09-20
Connect Android to MySQL Database Tutorial
Connect Android to MySQL Database Tutorial
@Erel · 2018-09-20
FitBit Authentification and use of the FitBit HTTP SDK
FitBit Authentification and use of the FitBit HTTP SDK
@DonManfred · 2018-09-19
Solving Font asset not found from library
Solving Font asset not found from library
@Marcus Araujo · 2018-09-18
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
Collection of tutorials in PDF format
Collection of tutorials in PDF format
@Erel · 2018-09-12
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
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
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