I am trying to use the CountDownTimer in Android to get a TextView to count down from 100 to zero. I would like this to happen as quickly as possible while remaining visible.
At the moment if the CountDownTimer tick interval is any less than 500ms (I think it was that, might've been a bit lower) then the updates just don't happen.
I have only tried this on the emulator.
Am I going about this in the right way? If I am, is this apparent slowness a limitation of the emulator or just something that I will have to live with? If this is not the right way, can someone recommend a different approach?