Top "Tilt" questions

Tilt is a thin interface over a collection of Ruby template engines, that attempts to make their usage as generic possible.

How can I use SensorManager.getOrientation for tilt controls like "My Paper Plane"?

The Android game My Paper Plane is a great example of how to implement tilt controls, but I've been struggling …

android screen-orientation tilt
How to measure the tilt of the phone in XY plane using accelerometer in Android

I tried to use the Z axis data from SensorEvent.values, but it doesn't detect rotation of my phone in …

android accelerometer plane tilt
How can i test tilt efftect? - IPhone Simulator

I am trying to write a game. That game uses tilt effect, but i don't know how to test it …

iphone ios-simulator effect tilt
Get tilt angle from the android accelerometer

I have a class that implements SensorEventListener and I would like to get the tilt Angle of my device using …

android accelerometer angle tilt
Android Pitch and Roll Issue

I am working on a tilt app for Android. I am having an issue with Portrait & landscape mode. When …

android sensors pitch tilt
How to detect phone tilt?

How to determine the angle of the phone orientation in the one plane? Now I make it through SensorManager: mSensorManager = (…

android rotation tilt