Android writing to file
If you want to write a file specific to your application (I am using this for object persistence) then here is a simple tutorial for reading and writing files without getting the dreaded read only filesystem exception. Writing a file (i am using on object writer but you can use...