!n what way that I can have a real-time timer (at 20 - 40 milliseconds
level) for task scheduling on Android?

Currently I am using Java.util.timer for my real-time application?
However, the timer is missing firing when garbage collection is
running or other other stuff. The description on java.util.timer says
"this class does not offer guarantees about the real-time nature of
task scheduling.". Then, which class that I should use on Android
then? Or are there any other approach to have a real-time guarantee
timer on Android?

Thank you in advance for your help.

Heidi

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

Reply via email to