Possible Duplicate:
when i change the orientation from portrait to landscape my calculated result is disappearing. how to resolve it?
EditText is losing users' input when rotating android phone
In my application I have for example one EditText. In portrait mode I type the letters and when I rotate my device in I am seeing empty Edittext. Is there any way to do this? Any help please?
Save your data in
and restore your data if any in
OnCreateFor clarity you may want to define