How can I store the last text entered in a EditText?
When you restart the application text should remain stored in EditText
someone has already tried?
thank you
You can use PreferenceActivity library:
- "SetString" to set the text of EditText when application is closed
- "GetString" to put the text in EditText when application is created
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.