Android mp3 player to play list of songs

后端 未结 6 1054
梦如初夏
梦如初夏 2021-02-03 16:27

I need the sample code of an mp3 player in android to play more than one file. i.e Song should be played one after the other from a particular folder in our system.

Can

6条回答
  •  借酒劲吻你
    2021-02-03 16:50

    Good Tutorial for Basic Start

    • http://www.androidhive.info/2012/03/android-building-audio-player-tutorial/
    • http://alucard1990.hubpages.com/hub/How-to-Make-a-Simple-Media-Player-for-Android
    • http://www.hrupin.com/2010/12/simple-android-mp3-media-player
    • http://www.helloandroid.com/tutorials/musicdroid-audio-player-part-i
    • http://blog.pocketjourney.com/2008/04/04/tutorial-custom-media-streaming-for-androids-mediaplayer/

    Android Developer Reference

    • http://developer.android.com/reference/android/media/MediaPlayer.html
    • http://developer.android.com/guide/topics/media/mediaplayer.html

提交回复
热议问题