tags:

views:

65

answers:

2

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.

See: http://stackoverflow.com/questions/584779/android-switching-between-landscape-and-portrait-mode-makes-intent-lose-values/584799#584799

Quintin Robinson
+1  A: 

Hi Sairam something fast to avoid that

set in your app activity

      android:configChanges="keyboardHidden|orientation"            
Jorgesys