i have one page opened in which i have taken information from the user... but if i change the orientation of the mobile all the information filled in the textview disappears... how would i make inform
I am running a series of automated tests on Android devices which are hosted in html pages on a local server. Some of the tests need to be run in Portrait, some in landscape. I am trying to find the w
I\'m developing an Android application targeting 2.x and 3.0 devices and thus I\'m using the compatibilty API. I\'m testing on Android 2.0.
I\'m attem开发者_如何转开发pting to support rotations for iPhone/Android/BlackBerry when transitioning from portrait to landscape and vice versa.
How do I avoid reloading the activity with asynctas开发者_JS百科k class in activity when the user changes orientation, in android? Can anybody give an example?Please turn off config changes as a last
Hi i am quite new to android.In my application I\'m us开发者_StackOverflow社区ing an alert dialog and i want the alert dialog to be retained when the device is rotated from landscape to portrait and v
I\'m pretty new to this Android Programming. But I\'m trying to make an application that receives content from a web-based server - this functionality works like a charm - finally.
I want to play a video, so I\'m using action_view like this. intent.setAction(android.content.Intent.ACTION_VIEW);
I\'m looking to lock the page orientation to portrait but can not find how to do this. I\'m using jQTouch and developing for iPhone.
I have a problem with a spinner drop down list and changing orientations. In my activity, I display a dialog in which I have two spinners. When the dialog is shown to the user and the user changes th