¡@

Home 

java Programming Glossary: mycountdowntimer

Android: CountDownTimer skips last onTick()!

http://stackoverflow.com/questions/8857590/android-countdowntimer-skips-last-ontick

can create your own timer with Runable for example. class MyCountDownTimer private long millisInFuture private long countDownInterval public.. long millisInFuture private long countDownInterval public MyCountDownTimer long pMillisInFuture long pCountDownInterval this.millisInFuture.. counter countDownInterval and to start it new MyCountDownTimer 10000 2000 .Start EDIT FOR GOOFY'S QUESTION you should have..