Simple Audio Player App
How to play, pause and stop an audio file in android application ?
This is the introduction of android Media player class example .
Android provides many ways to control playback of audio/video files and streams.
One of this way is through a class called MediaPlayer.
Android is providing MediaPlayer class to access built-in mediaplayer services like playing audio, video e.t.c.
In order to use MediaPlayer, we have to call a static Method create() of this class.
Источник: rutube.ru