I am having Problem in playing multiple mp3 files in MediaPlayer for android …It plays all files together and creates mess.I want the solution that it just play each file at a time and then after it other file get played.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
there is various MediaPlayer callback use them like :
http://www.androidadb.com/class/on/OnCompletionListener.html
http://developer.android.com/reference/android/media/MediaPlayer.html#setOnCompletionListener(android.media.MediaPlayer.OnCompletionListener)