Am I missing something? if I want to download a zip file using let’s say HttpClient and parse this zip file using the ZipFile it looks like the only way to do it is to save it locally first and than open it with the ZipFile. Is it the case? I could use the ZipInputStream but it makes it so much more complicated. Any suggestions or sample code?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

