The timer tag has no wiki summary.
5
votes
3answers
830 views
Thread runs faster on a faster processor… how to control Thread speed
I have a thread that uses TimeUnit.MILLISECONDS.sleep(5);
Problem is when I load my app on a faster phone say with a snapdragon, it runs at lightning speed.
Is there a way to control this speed so ...