i use MediaPlayer in android and i am playing a song by start method and i have to find if the song is ended not paused or stop. . please help me.
Please implement onCompletion Listener .
mediaPlayer.setOnCompletionListener(this);
When song is ended then media player automatically called onCompletion method.
public void onCompletion(MediaPlayer arg0)
{
// Write your code
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With