How to clear CountDownTimer from onTick method?
I have implemented the timer functionality in android app, I able to finish the timer from other local methods by calling timerObject.cancel() . Its working perfectly. But when I tried to call same in onTick() method for specific condition, i am not able to cancel the timer, it last till the timer time ends. How can i cancel the timer? AFAIK You can not do that But there is Drop-in alternative for the Android CountDownTimer class, but which you can cancel from within onTick. Here you go /* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0