Android – Multitouch

Multi-touch gesture happens when more then one finger touches the screen at the same time. Android allows us to detect…

Android – MediaPlayer

Android provides many ways to control playback of audio/video files and streams. One of this way is through a class…

Android – JSON Parser

JSON stands for JavaScript Object Notation.It is an independent data exchange format and is the best alternative for XML. This…

Android – Google Maps

Android allows us to integrate google maps in our application. You can show any location on the map , or…

Android – Gestures

Android provides special types of touch screen events such as pinch , double tap, scrolls , long presses and flinch.…

Android – Sending SMS

In Android, you can use SmsManager API or devices Built-in SMS application to send SMS’s. In this tutorial, we shows…

Android – Sending Email

Email is messages distributed by electronic means from one system user to one or more recipients via a network. Before…

Android – Notifications

A notification is a message you can display to the user outside of your application’s normal UI. When you tell…

Android – Custom Components

Implementing own components in pre built-in components with extending subclass with own defined class Android offers a great list of…