screen-orientation
why does the gingerbread emulator orientation get stuck in apps?
At first I thought this was a problem with my app, but it seems to be happening in any app (though interestingly, not the home screen) in the gingerbread emulator开发者_JS百科.[详细]
2023-01-31 15:16 分类:问答Android: Pressing ad causes Activity with locked orientation to change orientation
All of the Activities in my app are locked into portrait orientation using: android:screenOrientation=\"portrait\"[详细]
2023-01-31 00:19 分类:问答How do you prevent the android screen from being turned sideways?
W开发者_开发问答henever I turn the device sideways, everything in my app also turns and becomes distorted. How do I lock it into vertical?In your AndroidManifest.xml set the orientation on your Activi[详细]
2023-01-30 06:32 分类:问答Android: Disable rotations by 90°, but enable rotations by 180°
I would like to create an Android app (for a tablet) that should be only displayed in landscape orientation, e.g. the app should ignore rotations by 90°, but support rotations by 180°.[详细]
2023-01-29 18:02 分类:问答Different size images for different orientations
In my application, whenever the orientation of my screen changes, I want to display different imag开发者_如何学Pythones that will fit the screen. How can I do that?Implement the method onConfiguration[详细]
2023-01-29 16:02 分类:问答Maintaining a ServiceConnection in Android through Orientation Changes
I have an Activity that holds a ServiceConnection to a Service. When the orientation changes the ServiceConnection appears to get lost and gets re created.[详细]
2023-01-29 13:45 分类:问答How to change the orientation of the iPad simulator?
How can we change the orientation of the iPad simulator? For the Android tablet simulat开发者_JS百科ors the Ctrl + F12 combination is used to change the orientation from portrait to landscape, simila[详细]
2023-01-29 05:58 分类:问答Intent for screen orientation change
I\'m wondering whether android broadcasts a intent when the screen orientation changes. I am programming a live wallpaper and want to deal开发者_运维技巧 with it when the screen orientation changes. I[详细]
2023-01-28 01:45 分类:问答Best way of handling Screen Orientation Changing when working with dynamically created views?
When starting a certain activity of my app, the user is \"welcomed\" with a dialog that he must fill with some data in order to proceed. Then, in the activity per se, the user has 2 buttons that enabl[详细]
2023-01-27 07:16 分类:问答android universal landscape check
OK I have an app the uses the magneometer to display a graphic that rotates with the phone (basically a compass).[详细]
2023-01-27 03:06 分类:问答