49807

Question:
I'm using Android's <a href="http://developer.android.com/reference/android/os/CountDownTimer.html" rel="nofollow">CountDownTimer</a> class to make a coutndown timer. I have to admit that it's rather difficult for me understand it correctly, other solution would be to use timer instead, but does anyone know how can I decrease or increase the countdowntimer's by 10 seconds for an example?
Answer1:Cancel the current running timer and start another one.