hi i am looking for a good tutorial on android's tilt control functionalities. the only ones i have seen so far are for android 1.6 or above, i need a tutorial for android 1.5. thanks.
i actually have succeeded in implementing tilt control with android 1.5. my app mainly uses the orientation sensor and the accelerometer sensor to update the x and y values of an object. the problem is that the motion is very jerky, and generally unwieldy (sometimes i want it to go up, and it would stop midway, and sometimes i want it to stop, it will keep going until it's too late). my main approach was to increment/decrement x/y values when the changes in the sensor values hit a certain preset limit. i try to prevent people from cheating by tilting the phone too much, so if the phone's angle is passed a certain limit, the object won't move. i am not sure if i am doing it right as i am not a game developer, but a c# enterprise app developer.