How to send email using android code | using this tutorial we can easily learn android programming to send email using android application. You need to write few lines of code only as given in the below example. How to send email using android code Example Android code given below is the example of sending […]
Tag: ktu mca lab tutorial
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
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 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 […]