I have got some trouble with reading a file. I read the file from onCreate
, but if I change the text on the next page it saves but I don't see the new data.
I save in file in onPause
, onSaveInstance
, but if I restart the application it's ok. But I don't know why only that.
When I must read file?
follow below steps: