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-> […]
Sample Codes
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 […]
Download Image using AsyncTask Tutorial in Android
Tutorial on Download Image using AsyncTask Tutorial in Android , you will learn how to download an image using URL address into your Android application. In the layout design, button click will start an AsyncTask class to begin downloading an image from a URL address specified in the Edittext control in your android application . Download […]
Android Theme Demo Example
This is a tutorial on usage of theme in android app. We can apply theme to a specific activity or apply to the whole app. We have already discussed the tutorial on style usage in android. Styles on Android allow you to separate your app design from the UI structure and behavior, similar to style […]