Re: [android-developers] Android random time delayed user abortable infinite loop

2010-12-27 Thread Ron Richmond
Hello and thanks for the reply, It's really the user abortable loop that I'm having trouble with now. Since first posting my problem, I have been researching code snippets and have zeroed in on this one: import java.util.Timer; import java.util.TimerTask; import android.app.Activity; import androi

Re: [android-developers] Android random time delayed user abortable infinite loop

2010-12-21 Thread TreKing
On Sun, Dec 19, 2010 at 12:20 PM, Ronoli wrote: > Hello, can anyone show me the proper way to resolve my problem? I do think I understand what your actual problem is. What, specifically, are you having trouble with given your pseudo-code description? ---

[android-developers] Android random time delayed user abortable infinite loop

2010-12-21 Thread Ronoli
Hello, can anyone show me the proper way to resolve my problem?, I'm trying to to play a sound repeatedly but I need it to play with a random delay. When I grab a random number and start looping my sound, sure it plays some random time later and continues to do so. But I want to use a new random nu