I want to do this: If the device moves (accelerometer values change), then I want to adjust some values in my view according to that movement.
Would I invoke a method every time an accelerometer value changes? I believe that would be a bad idea, since they might refresh too often.