screen-orientation
Android orientation basic question
I am new to android programming. I have a background in my layout file and some image buttons on top. When the orientation of the phone is changed, I dont want the background to change orientation, bu[详细]
2023-03-26 19:39 分类:问答no orientation notification when translucent set
Using phones that have android 2.1 & 2.2 installed, using the simplest case of a hello world app and addandroid:the开发者_高级运维me=\"@android:style/Theme.Translucent\" to the activity in the and[详细]
2023-03-25 20:01 分类:问答Android: rotating to landscape
I have an Android app with an activity that processes the orientation change (android:configChanges=\"keyboardHidden|orientation\" in the manifest). It also has an onConfigurationChanged handler that[详细]
2023-03-23 14:07 分类:问答how to handle locale and asyncTask for an activity in android when orientation changes
I\'m now to android. And I\'m having trouble in developing application in which I\'m supposed to load data from a server and then populate list with this data. I used asyncTask to do so and I used onR[详细]
2023-03-23 10:52 分类:问答Switching from Portrait to Landscape in Android
This is probably a beginner question, but I\'ve already tried looking for an answer and couldn\'t find one.I was testing an Android app I made on my phone and it was working fine until I switched from[详细]
2023-03-23 02:40 分类:问答iPhone - UIWindow rotating depending on current orientation?
I am adding an additional UIWindow to my app. My main window rotates correctly, but this additional window I have added does not rot开发者_如何学JAVAate.[详细]
2023-03-20 14:43 分类:问答Get Locked Orientation
Is there a method to detect 开发者_JAVA百科if the Auto-Rotation Lock of the device is on or off? My app needs to access that method to lock the orientation during runtime.Add this in your Manifest fil[详细]
2023-03-18 18:18 分类:问答Android Live Wallpaper -- Force Portrait
This question has been asked before, but with 开发者_开发问答no answer. Is it possible to force a live wallpaper to display in portrait mode at all times, ignoring orientation changes? As there is no[详细]
2023-03-17 02:32 分类:问答Automatically detect image when orientation change
When I change mode of view then uiview don\'t show same image in portrait mode which is landscape mode. so 开发者_开发技巧how implement it? I required same image view in both mode. if image1.jpg is in[详细]
2023-03-17 01:34 分类:问答How to control the screen-orientation for a Android/iPhone web app
I am in the middle of creating a web app for smartphones, Android devices and iPhone\'s. But I was thinking that it woul开发者_开发问答d be better if the web app only allowed a portrait screen-orienta[详细]
2023-03-16 00:52 分类:问答