I need to save some data to a file and then read it back into a variable. Is there a tutorial showing me some examples of doing file io?
I understand that I should not try to write to an sd card since not all devices will have one. I assume it's recommended that I create a folder for my app to write the data to? My have a very small amount of data to store.
Thanks...
I understand that I should not try to write to an sd card since not all devices will have one. I assume it's recommended that I create a folder for my app to write the data to? My have a very small amount of data to store.
Thanks...