Media Player Looping : Android

Dray picture Dray · Feb 27, 2012 · Viewed 55.7k times · Source

I am having 3 secs of mp3 file. I want to play that mp3 file continuously still the user click pause button. Is there any method to loop the single file and play it again again till user pauses it.

Answer

Sandeep P picture Sandeep P · Feb 27, 2012
mMediaPlayer.setLooping(true);