-
Android Core
Android Torch App with Stroboscopic light Tutorial
In this post, we want to describe how to create a simple torch app in Android. It is a nice…
Read More » -
Android Core
Android Bound Service: IPC with Messenger
In this post, we want to talk about Android Bound Service. A bound service is a service that allows other…
Read More » -
Android Core
Android Service Tutorial
In this post, we want to talk about Android Service. This is a key component in developing Android app. Differently…
Read More » -
Android Core
Android Volley dynamic ListView: AsyncTask comparison
In this post, I will describe first how to use Volley to populate dynamically a ListView, and then compare it…
Read More » -
Android Core
Android Volley Tutorial: Post and download image
In this post, I want to describe how to use a very powerful and easy to use library for Android.…
Read More » -
Android Core
Android JSON Tutorial: Create and Parse JSON data
This tutorial describes how to use JSON with Android. JSON stands for (Java Script Object Notation). It is a simple and light-weight data…
Read More » -
Android Core
Android SlidingPaneLayout: Tutorial
In this post, we want to show how to use SlidingPaneLayout. This is an interesting component that can be used…
Read More » -
Android Core
Android ListView: Endless adapter
This post explains how to create an endless adapter for a ListView. An endless adapter is an adapter that loads…
Read More » -
Android Core
Android Sensor Tutorial: Barometer Sensor
One of the most interesting topics in my opinion is how to use Sensor in Android. Nowadays our smartphone are…
Read More »