Answered it myself:

timer.schedule(new TimerTask(...))

On Nov 20, 8:53 am, dumontf <hepmehe...@comcast.net> wrote:
> Hello,
>
> I am trying to get 4 sounds to play in sequence.   Something along the
> lines of:
>
> playSound(1)
> delay(100)
> playSound(2)
> delay(100)
> playSound(3)
> delay(100)
> playSound(4)
>
> Is there a way to add delay in Android or to schedule an action in the
> future?  Thanks for any help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to