screen-orientation
alert box is in same state when screen orientation has changed in android
My Android app shows an alert box. If the user doesn\'t select a button in the alert box, I change the screen orientation which causes the alert box to disappear. How can I change 开发者_JAVA技巧the s[详细]
2023-02-09 01:02 分类:问答How do I switch orientations in android faster?
I have an android app that has to lo开发者_Python百科ad very large files on start up. any time it switches orientations, it has to destroy and recreate the activity, causing the large files to reload.[详细]
2023-02-08 00:30 分类:问答iOS: How do I maintain my orientation when resuming the app from the multitask bar?
Issue: If I send the app to the background when in UIInterfaceOrientationLandscapeRight orientation, when I resume the application from the multi-taskbar the orientation is UIInterfaceOrientationLand[详细]
2023-02-06 17:23 分类:问答Change style depending on orientation
is it possible to define a style for portrait orienta开发者_如何转开发tion and another for landscape so when the device is rotated the change is automatic, or it has to be done programmatically ?[详细]
2023-02-05 12:17 分类:问答How to rotate views to portrait mode?
I have an application whose orientation is hard coded to landscape in the Manifest file. When the user presses options/menu on the application, the application launches a gridview/listview (depending[详细]
2023-02-04 22:55 分类:问答strange behavior of image view on changing the orientation of the screen
i am using an imageView to display an image. later i am setting a different image to the view using imageView.setIma开发者_JAVA百科ge(bitmap).now if i change the orientation of the screen from portrai[详细]
2023-02-04 13:04 分类:问答iPad viewport issue between portrait and landscape
I have a web page that comes up on an ipad. I added this meta for the viewport: <meta name=\"viewport\" content=\"width=980,maximum-scale=1.0\" />[详细]
2023-02-04 04:11 分类:问答How to deal with background image orientation in UIView
I\'m using setting the background image using methodology below. When I rotate my device the background repeats, which make sense because it is not an image. How do I deal with orientation change if t[详细]
2023-02-02 22:57 分类:问答How can I use SensorManager.getOrientation for tilt controls like "My Paper Plane"?
The Android game My Paper Plane is a great example of how to implement tilt controls, but I\'ve been struggling to understand how I can do something similar.[详细]
2023-02-02 15:35 分类:问答After orientation change buttons on a widget are not responding [duplicate]
This question already has answers here: Closed 10 years ago. Possible开发者_如何学运维 Duplicate:[详细]
2023-02-02 14:10 分类:问答