Set variables in build.gradle

in Android Gradle
In this this tutorial I'll show you how to parametrize your Android build by setting different built types and variants in the build.gradle file and also how to set different parameters based on type and variant
Read More…  

Handling user clicks in Android

in Android
This tutorial shows how to add onclick listeners to UI components to handle user clicks.
Read More…  

App shortcuts to home screen

in Android
This tutorial shows how to install an application shortcut to the home screen. Also we'll see how to to uninstall the installed shortcut.
Read More…  

Device battery info

in Android
In this article we take a look at how to get the device battery information. Android provides detailed info about the battery technology, health and charging state.
Read More…  

Get device uptime

in Android
This tutorial shows a way to get the Android device uptime information and how to show it to the user.
Read More…