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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -