In mobile devices there are different orientations (typically, portrait and landscape).
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-orientationI'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-dialogfragmentThis question was similar to my original question, but I think there is a better way to approach a solution. …
java android android-intent orientation-changesAs far as I've understood, your Android activity will be recreated for the new orientation on any orientation changes. Is …
android device-orientation orientation-changesSummary: I can't force the CALayer to respond correctly to orientation changes. Whenever I try to use cgaffinetransform I am …
ios calayer orientation-changesFragments are funny things but, so I thought, once you know their quirks they're an invaluable tool for writing good …
android android-fragments orientation-changesI have a Fragment SearchPageFragment (representing the main view on a tablet) which itself contains two fragments inside of it: &…
android fragment orientation-changes