Claghorn
Android Enthusiast
If I want to use the accelerometer sensor to detect that I'm *not* moving, I assume the best way is to use a timer to notice that I haven't gotten an onSensorChanged() event in a while?
Or are the sensors so sensitive that something you might think was motionless is still getting onSensorChanged() events from time to time so that I should look at the amount of change to see if I think it is significant?
Or are the sensors so sensitive that something you might think was motionless is still getting onSensorChanged() events from time to time so that I should look at the amount of change to see if I think it is significant?