perserve state edittext

  1. R

    Android Question Preserving EditText State - Create/Resume/Pause

    I have a single activity app with four EditText fields. To enhance the user experience the content of each view (and cursor position) must be preserved every time the app goes to the background or terminates. Easy enough I thought.... use KVS to save and reload the fields every time the app...
Top