timer - Pause and Continue CountDownTimer in Android - Stack Overflow
start your timer with . startTimer(time) as time has initial value 12000. How to Pause. then you can pausecancel timer by using timer. cancel() How to Resume. and when you want to resume just start your timer by calling startTimer(time) as the timer has the updated value.
more
|