(The first intermediate tutorial of Android - Use Android MediaPlayer to play the instance pdf of mp3. Android MediaPlayer includes the playback functions of Audio and Video. On the Android interface, both the music and video user programs call MediaPlayer. MediaPlayer is implemented on the bottom layer based on the OpenCore (PacketVideo) library. In order to build a MediaPlayer program, the upper layer also includes inter process communication, which is based on the Binder mechanism in the Android basic library. This tutorial illustrates how to use MediaPlayer to play a song in the res/raw folder.
Codefans Android Intermediate Tutorial ------ Example of AndroidMediaPlayer playing mp3 pdf
..... Too many files omitted)