How do you show hours in chronometer.By default its format is (hh:mm:ss), doesn't show in the view.I need it to show like 00:00:00 , and update the time. I also require to pause the time and resume the time.
Asked
Active
Viewed 980 times
0
-
This answer by sushildlh seems to be what you are looking for: https://stackoverflow.com/questions/38237947/chronometer-with-hmmss/38238363#38238363 – Arthur Sady Cordeiro Rossetti May 23 '18 at 18:16
1 Answers
0
You must have to see at documentation to see how to use format for Chronometer. This thread could also help you to see an implementation of a chronometer.