我重新啓動一個CountDownTimer。我在這裏讀了很多問題,但沒有人能幫助我。 當我使用下面的代碼android中的CountDownTimer - 如何重新啓動
if(Const.counter != null){
Const.counter.cancel();
Const.counter = null;
}
Const.counter = new CustomTimerTask(Const.currentLevel.timeGoal * 1000,1000);
Const.counter.start();
我開始一個新的計數器,但老人們也繼續工作。請讓我解決它。
嘗試使用光度計...你可以esailt重置 – KOTIOS