I want to use a timer for a countdown timer, but if the user suspends the app during the countdown, the timer stops, and starts again when the app is resumed.
I guess the solution would be to use a Runtime listener. But what should i listen to, enterframe? I want the same performance as of the timer.performWithDelay(1000, countDown, 60). How should i do that?