Skip to content
Advertisement

CountDownTimer in Android using Java

I am trying to implement a timer in android. I am using the countdowntimer. Here, is the timer code: The timer keeps updating the amount of time left on the user’s screen. The problem is the timer keeps ending at 00:01 (1 second), it never displays 00:00 and the alarm tone rings 2 seconds after the timer ends. How can

Advertisement