Re: [android-developers] Android: How to pause and resume a Count Down Timer?

2011-12-05 Thread TreKing
On Wed, Nov 30, 2011 at 10:01 PM, catherinefbala...@yahoo.com < catherinefbala...@yahoo.com> wrote: > I am only beginner in android programming and I don't know how to get > the value of the countdown timer using savedInstanceState. How do I do > this? > There is plenty of information on this in

[android-developers] Android: How to pause and resume a Count Down Timer?

2011-12-01 Thread catherinefbala...@yahoo.com
I have developed a countdown timer and I am not sure how to pause and resume the timer as the TextView for the timer is being clicked. Click to start then click again to pause and to resume, click again the timer's text view. This is my code: Timer = (TextView)this.findViewById(R.id.time); //TIME