Search code examples
androidcountdown

Android : countdown


I would like that the users of my application can insert an hour of a day and I want to display a countdown with dd:hh:mm:ss, how can I do this ?


Solution

  • Have you looked at the CountDownTimer class? Seems like that could do what you want.