Top "Android-orientation" questions

The orientation of the screen, i.e. landscape (wider than tall) or portrait (taller than wide)

How to rotate views on orientation change without recreating layout?

This question has been asked before here but its answer is incorrect. I would like to rotate some views on …

android android-layout rotation android-button android-orientation
My views are being reset on orientation change

I have a small activity with an EditText and an imageview and a button. When you press the button it …

android android-layout android-edittext android-orientation onconfigurationchanged
VideoView & Fullscreen & Orientation changes - Android

I implemented a e-Reader that has embedded video players on it, I need a option to toggle fullscreen mode from …

android screen-orientation android-video-player orientation-changes android-orientation
How to lock fragment orientation without locking activity orientation?

I have a specific use case where I want a fragment to be locked in portrait mode, but still rotate …

android android-layout android-fragments android-activity android-orientation
How to handle orientation change using fragment?

I now have 2 fragment, one fragment handle portrait mode then another handle landscape mode. But the problem is that when …

android android-fragments android-orientation
SCREEN_ORIENTATION_LANDSCAPE upside down - Why?

I am using the following code to set orientation locking per user preference: private void doLock(boolean locked) { if (locked) { …

android android-sensors android-orientation
Camera capture orientation on samsung devices in android

I am creating a camera app. The image when captured is shown in the grid view. Now, the code is …

android android-camera screen-orientation android-orientation android-camera-intent
android fragment created twice on orientation change

i am having this weird problem where my list fragment is created twice, once when the super.oncreate is called …

android fragment android-orientation
Setting Android Photo EXIF Orientation

I have written an Android activity that captures a photo programatically. I want to save the image as a JPEG …

android camera android-camera exif android-orientation
How to keep Popup window opened when orientation changes at run time in Android?

I have created a Popup window which contains month view to pick up date. When I changes orientation, due to …

android android-orientation