android CountDownTimer onStart -


i want save time when countdowntimer begin working, there method onstart()?

timetodirectanswer = new countdowntimer(25000, 1000) { @override public void ontick(long millisuntilfinished) { } @override public void onfinish() { } }; 

the timer starts ticking moment start() called on it. can current time wherever start() called.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -