Using Mediaplayer To Play The Same File Multiple Times With Overlap
What's currently happening with my android application: I mapped a simple image to a button and have it play a sound on click. On each click, I create a MediaPlayer object with a s
Solution 1:
I suggest you use a SoundPool instead of MediaPlayer for this. Tutorial is here
Post a Comment for "Using Mediaplayer To Play The Same File Multiple Times With Overlap"