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…