Recently I’m working on a stopwatch that counts milliseconds too. I read articles that it is not necessary to update the timer TextView more than every 1/10th of a second , since that’s the time our eyes can register a image . Is this how every stopwatch app works ? Even the inbuilt stopwatch on all android devices ?
If the app can be made accurate to display every millisecond , suggest a method for it as I’m stuck .