Top "Orientation" questions

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

iOS - UIImageView - how to handle UIImage image orientation

Is it possible to setup UIImageView to handle image orientation? When I set the UIImageView to image with orientation RIGHT (…

ios uiimageview uiimage orientation
Set a border around a StackPanel.

Here's my XAML code: <Window x:Class="CarFinder.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="…

wpf orientation stackpanel
Detecting iOS orientation change instantly

I have a game in which the orientation of the device affects the state of the game. The user must …

iphone objective-c ios orientation gyroscope
How Do I detect the orientation of the device on iOS?

I have a question on how to detect the device orientation on iOS. I don't need to receive change notifications, …

ios objective-c orientation uidevice
Android Fragment lifecycle over orientation changes

Using the compatibility package to target 2.2 using Fragments. After recoding an activity to use fragments in an app I could …

android android-activity android-fragments orientation
PHP read_exif_data and Adjust Orientation

I am using the following code to rotate an uploaded jpeg image if the orientation is off. I am only …

php orientation exif
Android - Camera preview is sideways

I am using a Preview to display what the camera see's on the screen. I can get everything working fine, …

android camera orientation preview portrait
Android WebView: handling orientation changes

The issue is the performance following rotation. The WebView has to reload the page, which can be a bit tedious. …

android webview orientation
shouldAutorotateToInterfaceOrientation not being called in iOS 6

I'm using MGSplitViewController and I'm usingshouldAutorotateToInterfaceOrientation to control the size of the master view controller on rotation. It's all working …

ios ios6 orientation
Layout orientation in code

I have this code in my application: LinearLayout.LayoutParams params = new LinearLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT); and I just …

android orientation android-linearlayout