Questions tagged as 'countdowntimer'

1
answer

CountDownTimer unstable according to Android verision / Saving Battery

Currently I need my application after 5 minutes to perform an action in my case to close the session, in my emulators and my phone is 10 but in some phones it does not work, I'm not sure if the battery saving could make do not count the time wit...
asked by 19.12.2018 / 21:21
1
answer

MediaPlayer does not play in CountDownTimer

I have a CountDownTimer as follows: cuentaAtras = new CountDownTimer(mili, 1000) { public void onTick(long millisUntilFinished) { long seconds = millisUntilFinished / 1000; if (seconds <...
asked by 15.08.2017 / 11:12