I have a Timer synchronized in my application and I am able to start it. Now I want to Pause it and then again want it to get Resumed from the position it was Paused by clicking on the Same Pause Button.
For Timer I am extending the Class CountDownTimer and it has the start() method to start the counter of the Timer but no methods for Pause and Resume respectively.
I wonder how to do.
Can anybody please tell me how can I do this now?
Thanks, david,