0

I'm developing an Android application and I need a timer. I need the timer to count down from, say, 15mins to 0mins but I need it to notify me every second in order to update a View with the current time left.

What's the proper way to do this in Android?

whatyouhide
  • 15,897
  • 9
  • 57
  • 71

1 Answers1

4

This sounds like the perfect case for a CountDownTimer.

Jason Sankey
  • 2,328
  • 1
  • 15
  • 12