I want to know how to change the orientation of my layout. In manifest I have: android:screenOrientation=\"landscape\"
I download some data from internet in background thread (I use AsyncTask) and display a progress dialog while downloading. Orientation changes, Activity is restarted and then my AsyncTask is completed
I create a dialog box with TimePicker inside it. This works very well on portrait mode, however, once it is changed into landscape mode, the TimePicker minus button looks cropped.
I am having a VideoView playing video on my Android app. When I try it on the portrait orientation, the video fills the screen. But when I change the orientation to landscape, the video takes up only
I am using the Android VNC viewer on my HTC G1. But for some reason, that application is always in landscape mode despite my G1 is in portrait mode. Since the Android VNC viewer is open source, I woul
My Android application has to, at some point, switch to landscape mode with no enunciator bar to display a screen that takes up the full display 开发者_StackOverflow社区hight and width.I do this by ca