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 […]
Tag: Android tutorial for MCA KTU
Context Menu Creation in Android
Context Menu Creation in Android Context Menu creation in android appears when the user performs a long press or click on an element and it is useful to implement actions that affect the selected content. The android Context Menu is same as the menu which displayed on right click in Windows or Linux. Following is […]
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 […]
Mobile Computing Tutorial
What is mobile computing ? Mobile Computing is an umbrella term used to describe technologies that enable people to access network services anyplace, anytime, and anywhere. Mobile computing is the set of technologies, services and procedures that enable the end user to gain access to the resources or information while on move. This is a […]