Don't stop chronometer while using another app

239 Views Asked by At

For example: in the App I have a Chronometer, I click on play to start it and when it arrives at 00:00:10 I receive a call. I stay talking for 30 seconds before returning to mi app. I would find the timer paused still displaying 00:00:10, but I'd like to see it still running and then at 00:00:40. How can I do this? How can I avoid the timer pausing on the change of App?.

Im using the native tool Chronometer of Android Studio https://developer.android.com/reference/android/widget/Chronometer.html

Thanks

0

There are 0 best solutions below