Top "Orientation" questions

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

Android Compass orientation on unreliable (Low pass filter)

Im creating an application where i need to position a ImageView depending on the Orientation of the device. I use …

android algorithm orientation signal-processing compass-geolocation
iOS 6 device orientation issue

I have 2 view controllers. I want 1st viewcontroller to be Portrait mode only while 2nd viewController should support all orientations. …

orientation ios6 iphone-5
How do I force a specific UIInterfaceOrientation on an individual view in a UINavigationController?

Okay, so here's the situation: I have an app in which I only want ONE specific view in a UINavigationController …

ios uinavigationcontroller rotation orientation
How can I avoid that Github rotates my jpg in my readme.md?

I have added a image reference in my readme.md on github. The picture is a portrait format photo, but …

github orientation jpeg markdown github-flavored-markdown
Using orientation sensor to point towards a specific location

I'm trying to implement an arrow that uses the orientation sensor in order to point towards a specific location. Google …

android location orientation compass-geolocation sensors
Portrait for phone, landscape for Tablet (Android-Layout)

So I'm making an application for Android and I want to force Landscape orientation for tablets and Portrait orientation for …

java android android-layout orientation
Best practice to handle orientation change: Android

I was going through various practices to handle orientation change with threads and AsyncTask. I came across following solutions: Attach-detach …

android multithreading orientation fragment
Handling activity rotating in Android

I need to apply different layouts for portrait and landscape orientations of my activity. Besides, I need to show alert …

android android-activity orientation onconfigurationchanged
How should I calculate azimuth, pitch, orientation when my Android device isn't flat?

I'm using the Android gravity and magnetic field sensors to calculate orientation via SensorManager.getRotationMatrix and SensorManager.getOrientation. This gives …

android orientation sensors
Algorithm to detect photo orientation

I would like to rotate photos automatically, even when EXIF metadata about the image orientation is not available. Are there …

image image-processing orientation heuristics