Re: [android-developers] Sound loop - with pause in between

2010-09-26 Thread YuviDroid
Hi, I've never used the MediaPlayer API, but by reading the docs I see this method that might be interesting to you: setOnCompletionListener ( MediaPlayer.OnCompletionListener listener) probably you can s

[android-developers] Sound loop - with pause in between

2010-09-26 Thread svebee
Hi, I have String Array with some strings in it [UP,L,R,R...] and I have some sounds (audio_up.mp3, audio_l.mp3 and so on). I want go through all the strings in the array and play sounds accordingly with pause in between (let's say 1 second). for (int a = 0; a < string_Array_String.length; a++) {