This is a sample program for login to a activity from another using valid username and password. Before that click here for knowing how to install android studio . For creating Login page App first we have to create a new android project. For creating new project in android studio follow the instructions below File-> […]
Android
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 […]
Android Application To Set Silent Mode, Ringer Mode and Vibrate Mode
Android Application To Set Silent Mode, Ringer Mode and Vibrate Mode | in this tutorial I will show you how to create an android application using android studio which can be used to set ringer mode, vibrate mode and silent mode in your Android phone. Android Application To Set Silent Mode, Ringer Mode and Vibrate […]
Android Text To Speech Tutorial
Android Text to speech is an integral part of mobile application development. In this tutorial, we will learn how “Text To Speech (TTS)” feature can be implemented in an Android APP. Android allows you convert your text into voice. Android also allows you to speak text in variety of different languages. Android provides TextToSpeech class […]
How to save and load data via Shared Preferences in Android
How to save and load data via Shared Preferences in Android | in this tutorial, we will learn how to store and load data using Shared Preferences in android. In my last post I have discussed tutorial regarding the shared preference use. This tutorial is an example program for showing how to save and load […]
Mobile Computing Tutorial
What is Mobile computing? You might have familiar with the term Mobile computing. Mobile Computing is understood as the technology used with Smartphone. Mobile Computing Tutorial Mobile computing is a generic term that refers to a variety of devices that allow people to access data and information while they are moving. In other words we […]
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. […]