Top "Android-orientation" questions

The orientation of the screen, i.e. landscape (wider than tall) or portrait (taller than wide)

Activity Restarts when Orientation changes android?

I have a application ,where I am using Landscape and potrait mode. I have used android:configChanges="orientation|keyboardHidden" in …

android orientation screen-orientation android-orientation device-orientation
What is the difference between screenOrientation portrait and userPortrait

I need know the real difference of screen orientation userPortrait and portrait. When to use what? When this? android:screenOrientation="…

android android-orientation
How do I get the angle/degree of the phone with sensor/s?

I am trying to get the phone angles by using TYPE_ACCELEROMETER sensor. My goal is to get the angle …

android android-sensors android-orientation
How to change the position of layout when the orientation of screen change in android?

How to change the position of layout when the orientation of screen change in android ? I have a button in …

android android-layout orientation android-orientation
How can I properly control stage orientation on Android with AIR mobile?

I have an AIR application that I wish to lock into landscape orientation. I never want the application to rotate …

android mobile air device-orientation android-orientation