I would like to play the song x times like 1,2,3 ..etc using android media player.Please
let me know is there any way to do this using android api.
Thanks
I would like to play the song x times like 1,2,3 ..etc using android
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.
As Wamasa said, you could use setLooping for infinite playing.
For playing only a specific count time, you can add an onCompletionListener to your MediaPlayer: