How to Start and Stop android service from adb shell

If you have followed our another article “Understanding Android Services with Example” you might be allready able … Read more

How to Acquire and Release a wakelock forcefully from Android shell

Wakelocks are crucial in Android development, especially when you need to keep your device awake for specific … Read more

Android demo application with button click event

Following source code describes a simple demo application which shows a button which when clicked prints a … Read more