JSON Parsing

JSON stands for JavaScript Object Notation.It is an independent data exchange format and is the best alternative for XML. This chapter explains how to parse the JSON file and extract…

2D and 3D graphics

Android graphics Android provides a huge set of 2D-drawing APIs that allow you to create graphics. Android has got visually appealing graphics and mind blowing animations. The Android framework provides…

Playing Audio

We can play and control the audio files in android by the help of MediaPlayer class. The android.media.MediaPlayer class is used to control the audio or video files.  Methods of…