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...
I have an application that I just would like to use in portrait mode, so I have defined android:screenOrientation=”portrait” in the manifest XML. This works OK for the HTC...
How can I disable landscape mode for some of the views in my Android app? 3Best Answer 31