0
I want to know how to save the typed text in an Edittext to use it later, I don’t know if it’s possible , but maybe saving it in a file. txt and then grab the text present in the file.Thank you!
0
I want to know how to save the typed text in an Edittext to use it later, I don’t know if it’s possible , but maybe saving it in a file. txt and then grab the text present in the file.Thank you!
1
You can use Sharedpreferences.
It is used type when you login it saves the username and go updating and saving the username values.
Use your imagination...
Browser other questions tagged java android
You are not signed in. Login or sign up in order to post.
Here are two ways to use the class
SharedPreferences
that supplies your need. That here and is from here– Igor Mello