[android-beginners] Re: zip files in resources

2009-08-28 Thread Mark Murphy
i need to place a zip file in my resources (it is about 400k). i understand i can get a handle to the stream, to load the zip via ZipInputStream from that location, but in order to be memory conscious i really need to get a handle to a ZipFile. what are my options? i understand i can read

[android-beginners] Re: zip files in resources

2009-08-28 Thread Jeffrey Blattman
right, my mistake. i can achieve the same thing by sticking the contents in assets and reading the data from there. thanks. On 8/28/09 6:23 AM, Mark Murphy wrote: i need to place a zip file in my resources (it is about 400k). i understand i can get a handle to the stream, to