Top "Android-orientation" questions

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

Android - switching between landscape and portrait mode makes Intent lose values

I am using Intents to switch between activities in my Android app. I am putting data in the Intent for …

android android-orientation landscape-portrait
Controlling the camera to take pictures in portrait doesn't rotate the final images

I'm trying to controlling the Android camera to take pictures in a portrait app, but when I save the picture, …

android android-camera android-orientation
OpenCV camera orientation issue

I have a simple project that just show the camera with org.opencv.android.JavaCameraView. my problem is that in …

android opencv android-orientation
prevent activity restarting when orientation changes

I am new to android development .I have separate screens for portrait and landscape mode.When i change my orientation …

android android-activity xamarin.android xamarin android-orientation
Allow rotation/landscape in one fragment

My app has a single Activity with a FragmentPagerAdapter with four fragments (Using the ViewPagerIndicator library). One of these fragments …

android android-layout android-fragments android-viewpager android-orientation
how to align an element to right in horizontal LinearLayout?

I have a LinearLayout that contains a lot of TextViews and ImageButtons, I want to align some of these elements …

android android-layout android-linearlayout android-orientation layout-gravity
EXIF orientation tag value always 0 for image taken with portrait camera app android

I have a camera app in portrait mode which takes pictures from both front and back end cameras.I am …

android android-camera android-orientation
Android emulator not rotating to landscape

When i try to switch the orientation of my emulator, the emulator window rotates and the orientation of the emulator …

android android-emulator emulation android-orientation
Android orientation change calls onCreate

I've made a search screen that has one tab for keywords, filters, and a search button, and three optional tabs …

android android-activity android-orientation
What's the conceptual difference between rotation vector sensor and orientation sensor in Android?

Android provides both the rotation vector sensor and the orientation sensor. I know they returns different data, because for vector …

android android-sensors android-orientation