I\'m new to Android development and I have a question/problem.
I\'m playing around with the MediaPlayer class to reproduce some sounds/music. I am playing raw resou
You can use
mp.pause(); mp.seekTo(0);
to stop music player.