I'm developing a racing game. The speed is varying on different devices. I'm moving the background using a count to maintain constant speed.
But the speed is an issue. How to maintain a constant in all devices like nokia,samsung,etc. ?
I am using java.util.Timer API. Timer count duration varies in different devices.