• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps mediaplayer interruptted in repeat

desatir7316

Newbie
Dec 25, 2014
35
2
hi there
on MotionEvent.ACTION_MOVE i want to play a shot sound repeatedly
but after a moment it will be silent and i solved it by followwing code:
Code:
 mPlayer = MediaPlayer.create(this, R.raw.tirbar8);
 mPlayer.start();
mPlayer.setOnCompletionListener(new OnCompletionListener() {
                public void onCompletion(MediaPlayer mp) {
                    mp.release();
                }
            });

now i have a interrupt in my sound
how to solve it?
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones