Android Core
-
Storing Objects in Android
One alternative to using SQLite on Android is to store Java objects in SharedPreferences. Here, we’ll look at two different…
Read More » -
Android: Boost up the Android emulator speed up to 400% on Intel based architecture
In my previous post How to inject Android compiled .apk package into its Device Emulator from the command line. I…
Read More » -
Installing Android Studio and creating a new Android project on Android Studio
Android Studio IDE is launched at Google I/O 2013. Android Studio is based on Intellij IDEA which aims to replace…
Read More » -
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 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 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 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 Image Filters
Introduction Image Filter allows you to add various effects on image. There are mainly two purpose of Image Processing: Image…
Read More » -
In Depth : Android Shutdown Sequence
What happened when I long press power button ? What is shutdown sequence ? How is it different from desktop…
Read More »