Hi, in my application result displayed in Text view is disappeared when mobile orientation is changed,for this what can i do.i want my application in both modes means portrait and landscape.for this what can i do.Give me some suggestions.Thanks in advance
A:
This is a little dated but has some links in it that should still be very valuable for you.
Quintin Robinson
2010-06-21 05:10:24
+1
A:
Hi Sairam something fast to avoid that
set in your app activity
android:configChanges="keyboardHidden|orientation"
Jorgesys
2010-06-22 00:39:25