Top "Landscape" questions

A page or device orientation in which the horizontal axis is longer than the vertical axis.

How to restrict my app to landscape mode?

I have my iPad application created using the SplitView template. I wonder what is the best way to restrict my …

iphone cocoa-touch ipad orientation landscape
Rotate view in xib file to landscape mode

Possible Duplicate: How do i rotate a window in xCode 4 interface builder tool thing? Is it possible to rotate : to …

iphone xcode ios4 xcode4 landscape
Force iPhone web app to landscape mode

How do you force an iPhone web app (not a native app) into landscape mode?

iphone safari landscape mode
Android, front and back camera Orientation , Landscape

In my camera app, you can switch between the front and back camera. When I take picture with the back …

java android camera landscape
Why getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE); doesn't work in landscape mode?

I have the following code in my Main Activity's onCreate: getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE); getWindow().setSoftInputMode(…

android input resize landscape