The orientation of the screen, i.e. landscape (wider than tall) or portrait (taller than wide)
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-orientationI 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 onconfigurationchangedI 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-orientationI 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-orientationI now have 2 fragment, one fragment handle portrait mode then another handle landscape mode. But the problem is that when …
android android-fragments android-orientationI am using the following code to set orientation locking per user preference: private void doLock(boolean locked) { if (locked) { …
android android-sensors android-orientationI 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-intenti am having this weird problem where my list fragment is created twice, once when the super.oncreate is called …
android fragment android-orientationI 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-orientationI have created a Popup window which contains month view to pick up date. When I changes orientation, due to …
android android-orientation