-
Android Core
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…
Read More » -
Android Core
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…
Read More » -
Android Core
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…
Read More » -
Enterprise Java
Gradle Custom Plugin
This tutorial describes the way of creating Gradle standalone custom plugin. It covers the following topics Creating task, and using…
Read More » -
Android Core
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…
Read More » -
Android Core
Android Voice Recognition Tutorial
You may have heard about the “ Google Now project” where you give the voice command and Android fetches result…
Read More »