I doing some math game, and I have 25 question for user to answer. So, I want to mesaure how much time that user needed for solving that?
So I need something like Timer, stopwatch with ability to pause time when user click on Back button.
I saw few implementations with Chronometer, is that good for this task?