Good Morning!
I´m trying to create a chronometer that works, when the condition in the parethesis is true, the 'stopwatch' started to count.. if the condition is false, only the textview is paused, it's not resuming, because it still running in background.. I need it to be resumed at where I've stopped..Thanks!!
here's my dot java code :
if (Normaaa>decibelio){
crono.start();//empieza el CRONOMETRO
}
if (Normaaa<=decibelio){
crono.stop();
}
}