Honest wrote: > I came to know about Timer in android. I read > http://android-developers.blogspot.com/2007/11/stitch-in-time.html > that Timer is not available at Runtime.
That blog post is nearly two years old. With Android, any tutorial over a year old is already suspect. Timer/TimerTask are available in Android: http://developer.android.com/reference/java/util/Timer.html http://developer.android.com/reference/java/util/TimerTask.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

