android json parsing

Android JSON Parsing Tutorial

JSON is the best alternative to XML for storing data in files. It is easy to parse and access data stored in JSON format. Previously i explained parsing XML and today i am going to discuess parsing JSON data with …

Read More..

Android Text to Speech

Android Text to Speech Tutorial

Android is providing a cool feature (from Android 1.6) called Text to Speech (TTS) which speaks the text in different languages. This tutorial explains how to work with android text to speech or android speech synthesis. In this tutorial i …

Read More..

Android Google maps

Android Working with Google Maps

Google is providing an easy way to integrate Google Maps into your android applications. Today i am giving tutorial about embedding google maps in your android apps. Creating new project by selecting Google API SDK While creating your project you …

Read More..