Detect Movement Accurately using Accelerometer in Android
问题 I am implementing a demo TIMER, with Vibration ( at a particular condition ), When I press start my timer starts running.. and when I stop it using stop button, it simply stops. Now I have to integrate a functionality, when the person shifts the device (while the Timer is running) , it should reset the timer. It is working pretty good, but the accelerometer functionality is not working absolutely accurate. It needs a fast jerk to reset the timer. Suggest me a good solution for the same. Here