Create a Simple Pedometer and Step Counter in Android
Pedometer In this example we will see how to create a simple pedometer application which will count the steps as we walk or run. Using the step values we may also calculate the approximate...
The Android Development Blog
Pedometer In this example we will see how to create a simple pedometer application which will count the steps as we walk or run. Using the step values we may also calculate the approximate...
UPDATE: To add Custom Fonts using fontFamily, Check out this article Custom Fonts In this quick tutorial we will see how to set your desired Custom fonts to the TextViews and EditTexts. These solutions...
What is Shared Preferences? Shared Preferences is one of the ways to store data persistently in Android application. Here the data is stored in Key-Value pair. It is simple and easy to implement compared...
Google Fit API This tutorial will show a simplified way to fetch Calories burned and steps covered using Google Fit API for a particular date. The previous post does the same but this one...
Read SMS In this tutorial we will see how to listen and read SMS programatically in Android. This feature is widely used in Apps to read OTPs and Secret Codes automatically without the need...