I have a track I want to play 'megadeth', i'm calling it by...
final MediaPlayer mp = MediaPlayer.create(this, R.raw.megadeth);
And playing it by using 'mp.start'
And I just want to know, how can I get this audio mp3 to loop? -Can you give me the code?
Thanks alot,