Im developing an app who have an EditText for users input and an ImageView that im using like a button to save the content of the EditText when the user press it.
So, my problem is that i dont know how i can save the content of the EditText in the txt file who will be save inside the internal storage. Also i need to load the content of this txt file inside the EditText every time that the user opens the app.
Does any one can put me in the right way to do this ? thanks.