On Sun, Apr 17, 2011 at 6:41 PM, Endre Czirbesz <[email protected]> wrote: > I have to write an application which notifies the user in every > minute. I have tried Timer, but it is unreliable, the notification > almost always late.
Android is not a RTOS. You will have somewhat better results if you use postDelayed(). > I found that com.android.phone.CallTime can be used for that, but how > can I utilize this class? You can't. That is not part of the Android SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- 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

