Actually, I want to know how to store data from my application on the device so that I can view the storage data when the application starts again.
means in simple words, I want to say that suppose I have a text box where I write some kind of information. Now, when I click the submit button, this information will be saved, so when I open the application, the saved data should appear in the text box.
In all terms, I want to say that I just want to store data the way we use a database to store data. Therefore, please, anyone suggest me how this can be done in android.
if possible show an example
Relations Anshuman
source share