How is it possible to download a xml file of a webserver into the ressources, that the file is available on next app start without downloading. Right now i open a new url input stream in my xml saxparser each time i start the app, that's needless as the xml file only changes monthly.
I don't want to save the file in the android file system. It musn't be available for the app user.