Android – Multitouch

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

Android – MediaPlayer

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

Android – JSON Parser

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

Android – Gestures

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

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 … More

Android – Sending Email

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