The orientation of the screen, i.e. landscape (wider than tall) or portrait (taller than wide)
I am using Intents to switch between activities in my Android app. I am putting data in the Intent for …
android android-orientation landscape-portraitI'm trying to controlling the Android camera to take pictures in a portrait app, but when I save the picture, …
android android-camera android-orientationI have a simple project that just show the camera with org.opencv.android.JavaCameraView. my problem is that in …
android opencv android-orientationI 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-orientationMy 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-orientationI 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-gravityI have a camera app in portrait mode which takes pictures from both front and back end cameras.I am …
android android-camera android-orientationWhen i try to switch the orientation of my emulator, the emulator window rotates and the orientation of the emulator …
android android-emulator emulation android-orientationI've made a search screen that has one tab for keywords, filters, and a search button, and three optional tabs …
android android-activity android-orientationAndroid provides both the rotation vector sensor and the orientation sensor. I know they returns different data, because for vector …
android android-sensors android-orientation