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 syllabus
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 […]
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 TableLayout Tutorial
Android TableLayout is used to arrange groups of views into rows and columns which is same as Table tag in HTML. In otherwords we can say that TableLayout is a ViewGroup that displays child View elements in rows and columns. TableLayout structure is as shown below. Android TableLayout A layout that arranges its children into […]
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 […]