This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Description
Hi, developers!
general information
the unsaved text will lose after screen rotation, which may reduce user experience (expecially when I have entried lots of text). However, I think that screen rotation shouldn't do damange to the UI state. The re-created UI should be the same as before rotation, Right?
I think it is not hard to save the editable text to Bundle in onPause() (or onSaveInstanceState()) before destroy, and then use edittext.setText() to restore the text.
This may improve the user experience, do you think so?
snapshot details
before rotation

after rotation
