Show milliseconds with Android Chronometer
Posted
by Matthew Steeples
on Stack Overflow
See other posts from Stack Overflow
or by Matthew Steeples
Published on 2010-06-05T09:41:26Z
Indexed on
2010/06/05
9:42 UTC
Read the original article
Hit count: 541
android
|chronometer
I'm looking for a way to make the Chronometer in Android (preferably 1.6 and upwards) show 10ths of a second while counting up.
Is it possible to do this? If not, is there a free (and preferably open source) library that does the same? Failing that I'll write my own, but I'd rather use someone else's!
© Stack Overflow or respective owner