Hi there,
So I have another problem.
I made a button called "Save" which I want to save the input from an EditText. Then when the user reopens the application, I want it to set the text to what the user input before.
I thought of writing to a json file like in python, but I am not sure how to that in kotlin.
What is the best way to do this?
Thanks,
salm2s
So I have another problem.
I made a button called "Save" which I want to save the input from an EditText. Then when the user reopens the application, I want it to set the text to what the user input before.
I thought of writing to a json file like in python, but I am not sure how to that in kotlin.
What is the best way to do this?
Thanks,
salm2s
Last edited: