In my note taking application, I would like to save the note that a user inputs to an editText box.
However, I'm not sure how I can save them so that they may be read later on.
I want the text in the box to be saved to either 1 .txt file, but so that it can be distinguished from other saves or have multiple text files but then be able to make the app know what number to add to the end?
Basically, I want to save multiple strings and then be able to read them back.
Help please
However, I'm not sure how I can save them so that they may be read later on.
I want the text in the box to be saved to either 1 .txt file, but so that it can be distinguished from other saves or have multiple text files but then be able to make the app know what number to add to the end?
Basically, I want to save multiple strings and then be able to read them back.
Help please