I use Runners and Handlers instead of Timer although each has their benefits and drawbacks.
On Mon, Jun 8, 2009 at 11:51 PM, [email protected] < [email protected]> wrote: > > java.util.Timer see > http://developer.android.com/reference/java/util/Timer.html > > Use cancel() from the event that cancels the timer. > > Ian Hunter > > On Jun 8, 7:40 pm, "Kevin J. Brooks" <[email protected]> > wrote: > > Hey Everyone, > > > > I need a method that will notify me every 60 seconds until I cancel it. > > Anyone have a suggestion? > > > > Kevin > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

