Use the AlarmManager. Refer to the online docs. There are a lot of samples out there.
Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Dec 10, 3:34 am, n179911 <[email protected]> wrote: > Hi, > > What is the proper way to set a timer in android in order to kick off a task > (a function that I create which does not change the UI)? > Use this the Java > way:http://java.sun.com/j2se/1.4.2/docs/api/java/util/Timer.html > > Or there is a better way in android (android's handler)? > > Thank you. -- 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

