Android - saving text typed in an EditText

0

I want to know how to save the typed text in an EditText to use it later, I do not know if it is possible, but maybe saving it in a .txt file and then get the text present in the file. Thanks!

    
asked by anonymous 11.07.2016 / 15:26

1 answer

1

You can use SharedPreferences.

Type is used when you login it saves the username and go updating and saving the username.

Use your imagination ...

link

    
11.07.2016 / 15:52