I am retrieveing an XML feed from a url and then parsing it. What I need to do is also store that internally to the phone so that when there is no internet connection it can
A shorter version:
OutputStream out = new FileOutputStream(file); fos.write(IOUtils.read(in)); out.close(); in.close();