how to change format of chronometer?

后端 未结 7 2304
攒了一身酷
攒了一身酷 2020-12-14 18:25

One of my problem is of changing the format of chronometer in android. i have the problem that chronometer shows its time in 00:00 format and i want it to come in 00:00:00 f

相关标签:
7条回答
  • 2020-12-14 19:24

    I was working on a countdown timer that used this format but it was for HH:MM:SS. Is that what youre looking for or are you looking for MM:SS:milliseconds. You could work with this code and make it count up from 0 instead of down. Here is the link - Formatting countdown timer with 00:00:00 not working. Displays 00:00:00 until paused then displays the time remaining and this might help - Show milliseconds with Android Chronometer

    0 讨论(0)
提交回复
热议问题