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
Post a Comment