I am finding a way to save/load Intents on a File to store my application settings.
Now I created some functions such as :
public boolean writeFileToSDCard(String datapack, String path) { ... }
To save String to a file, but I believe there is a better way to save a data structure like Intent.
Is there any simple example to get an idea for it?
Thanks very much for your help all the time.
.
stackoverflow.comm
No comments:
Post a Comment