[android-developers] Real-time timer on Android

2011-09-22 Thread Heidi Zhou Nolan
!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

[android-developers] Real-time timer on Android

2011-09-22 Thread Heidi Zhou Nolan
Hello! In what way that I can have a real-time timer (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