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, i
Android's default chronometer widget does not support millisecond formatting.
I have modified the Chronometer widget source code in order to show milliseconds. Download it from github.