How to use Shared Preferences to save more than one values
Android Sample Codes

How to use Shared Preferences to save more than one values

How to use Shared Preferences to save more than one values | in this tutorial, we will learn how to store and retrieve multiple values using Shared Preferences in android. I have already discussed Storing and Retrieving data Using Shared Preferences tutorial for storing and retrieving single value using Shared Preference in android. In this […]

Check Internet Connection status using Broadcast Receiver in Android
Android Sample Codes

Check Internet Connection status using Broadcast Receiver in Android

Check Internet Connection status using Broadcast Receiver in Android Check Internet Connection status using Broadcast Receiver in Android allows you to check the network connectivity information of the device. That is whether our mobile is connected to mobile data or wifi data for accessing the internet. It is very important to check the internet connection […]