List/Grid Android Subscribe to the RSS feed of category Android

Android broadcast receiver: Registering/unregistering during runtime
In the previous post, we leaned to enable and disable the Broadcast receiver added in the Android manifest file. In this post, we will learn to register and unregister broadcast receiver ...

Android – Load images from web and caching
Have you gone through my previous article for Loading Remote Images in android?, actually it was the solution for loading images from web but not caching into the local storage so that ...

Android broadcast receiver: Enable and disable during runtime
Broadcast receiver is the one of the basic and important components of the Android application. There are two different ways of adding broadcast receiver in the Android application. ...

Android Jelly Bean notification tutorial
You may have heard about Android Jelly Bean (API level 16). Google has improved a lot of features and introduced new features. One of them is the notification. Now they have made the ...

Android Activity Animation Customization Tutorial
If you are thinking on customizing the animation of Activity transition then probably you would look for ActivityOptions class introduced in Android 4.1 (Jelly bean). This class has ...

Android Voice Recognition Tutorial
You may have heard about the “ Google Now project” where you give the voice command and Android fetches result for you. It recognizes your voice and converts it into the text ...

Android: File transfer with asmack and Openfire
I have seen many peoples struggling from file transfer in asmack – Android build environment and patches for smack. I tried same library with Openfire server after some debugging ...

Android WebView CSS Support
Creating HTML applications can be a great way to cut down development time between two platforms. The trend today is to develop a web app for iOS (with varing amount ...

Android Performance Tweaking: ParseArray Versus Hashmap
One of the more recent Android ADT updates added Android Lint. Lint will check your Android project for simples things that you can change to improve your app. Lint notifies you about ...

Android – Using Jelly Bean notifications
Last post was long ago! I’ve been very busy lately… but learning a lot from Android! (and Node js too… I’m in love with this platform!)Other things that I decided ...


