Well, I am trying to create a CountDownTimer for my app. I already searched on the internet but couldn't find a good solution for my problem.
This Timer should keep running after the user cloese the app or switched to another. So I will need a Service class I think. Then the Timer should be connected to a TextView which refreshes every second. It should count down from 30:00 to 00:00.
Any help appreciated :D