Top "Orientation" questions

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

How can I globally force screen orientation in Android?

There are a number of apps that are able to force screen rotation. They work even if an app explicitly …

android android-layout orientation
Different ways of getting current interface orientation?

There're 3 ways to get current interface orientation that I know of: self.interfaceOrientation [[UIApplication sharedApplication] statusBarOrientation] [[UIDevice currentDevice] orientation] What …

ios orientation
Manage Layout Inside a Horizontal Oriented Radiogroup

I am using a TableLayout with TableRows as my main activity. Inside the TableLayout is a Radio Group containing 2 Radio …

android radio-button orientation gravity radio-group
Changing CGRectMake (x,x,x,x) to a different location such as (y,y,y,y)

I have placed a button in my view using CGRectMake(x,x,x,x), x being the location and size …

ios user-interface orientation rotation cgrect
PhoneGap/Android - Locking orientation to portrait

I have tried every method to lock the screen to portrait orientation but they simply do not work after testing …

android cordova screen orientation
Android determine screen orientation at runtime

Here's a pseudo code to detect screen rotate event, and decide to retain or changes the screen orientation. public boolean …

android runtime orientation
How to remove or edit Exif from mp4 video?

I recorded a Full HD video with Samsung Galaxy II, when I uploaded it to YouTube I found that it …

youtube orientation quicktime mp4 exif
Android camera unexplainable rotation on capture for some devices (not in EXIF)

What I'm doing seems like it should be simple, but I'm still lost after I've read every possible Stackoverflow answer …

android camera rotation orientation capture
Picture orientation from gallery/camera intent

I'm getting picture to my app from camera / gallery intent. In many phones picture that I read from the intent / …

android orientation image
How to make an accurate compass on android

my android application shows the direction of a particular place in the world and therefore in needs to get the …

android orientation compass-geolocation android-sensors