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 […]

Storing and Retrieving Data Using Shared Preferences
Android Tutorials Uncategorized

Storing and Retrieving Data Using Shared Preferences

Storing and Retrieving Data Using Shared Preferences | in this tutorial, we will learn how to store and retrieve data using Shared Preferences in android.  The primary purpose of using Shared Preferences in android is to store user specific details, such as user specific settings (eg: – username), when a user logged into the application. […]