Top "Orientation-changes" questions

In mobile devices there are different orientations (typically, portrait and landscape).

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
DialogFragment callback on orientation change

I'm migrating my dialogs, currently using Activity.showDialog(DIALOG_ID);, to use the DialogFragment system as discussed in the android …

android dialog callback orientation-changes android-dialogfragment
How to get getIntent() to return null after Activity called with an Intent set

This question was similar to my original question, but I think there is a better way to approach a solution. …

java android android-intent orientation-changes
Saving some data on orientation change in Android

As far as I've understood, your Android activity will be recreated for the new orientation on any orientation changes. Is …

android device-orientation orientation-changes
iOS CAlayer Orientation AVCaptureVideoPreviewLayer doesn't rotate

Summary: I can't force the CALayer to respond correctly to orientation changes. Whenever I try to use cgaffinetransform I am …

ios calayer orientation-changes
Fragment/Activity Lifecycles and Orientation Change

Fragments are funny things but, so I thought, once you know their quirks they're an invaluable tool for writing good …

android android-fragments orientation-changes
Switching orientation error: Fragment Error - Duplicate id, tag, or parent id 0x0

I have a Fragment SearchPageFragment (representing the main view on a tablet) which itself contains two fragments inside of it: &…

android fragment orientation-changes