Top "Orientation" questions

Orientation is the way up, down, left or right something is facing or being held in.

How can I rotate display only in landscape mode in android?

I want that my View rotates only in landscape mode, clockwise and counterclockwise. I read about the only counterclockwise for …

android rotation orientation landscape sensors
Crash on presenting UIImagePickerController under iOS 6.0

My app only supports landscape orientations via the supportedInterfaceOrientation properties. Using an iOS prior to iOS 6, my app can successfully …

orientation landscape ios6
glm - Decompose mat4 into translation and rotation?

For purposes of lerping I need to decompose a 4x4 matrix into a quaternion and a vec3. Grabbing the quaternion …

matrix orientation translation decomposition
How to detect orientation change in layout in Flutter?

How to find out Orientation is portrait or landscape in Flutter if(portrait){ return ListView.builder() }else{ return GridView.count() }

dart orientation flutter flutter-layout
How to deal with apps that force screen orientation in android-x86 on VirtualBox?

If you've used an Android device, you're aware that there are some apps that force the display to portrait and …

android orientation virtualbox screen-orientation android-x86
supportedInterfaceOrientations not working

I want some of my ViewControllers landscape and some portrait so this is what I did: I enabled landscape mode: …

ios orientation
Android: Problems calculating the Orientation of the Device

i'am trying to build a simple Augmented Reality App, so I start working with sensor Data. According to this thread (…

android orientation augmented-reality sensors compass-geolocation
How to keep playing video while changing to landscape mode android

I'm playing video (on VideoView) on portrait mode (not on full screen) and when I change to landscape mode the …

java android orientation android-videoview
Is there a way to retrieve multiple sensor data in Android

I'm trying to get both accelerometer and orientation data. Currently, I created an AccelerometerManager and OrientationManager. They both do the …

android orientation accelerometer sensors
Disable orientation change rotation animation

I need to disable the animation that plays when the orientation changes. Is this possible? If not, is it possible …

iphone objective-c ios animation orientation