I have a very simple app that has Labels and EditText views.
When the orientation changes from Portrait to landscape, or visa versa, the text entered into the EditText views is deleted.
How do I overcome this so that when orientation is changed, the text entered into the EditText is still visible?
When the orientation changes from Portrait to landscape, or visa versa, the text entered into the EditText views is deleted.
How do I overcome this so that when orientation is changed, the text entered into the EditText is still visible?