Yeah that would (usually) work because in that case the data you are putting
into the .apk is already compressed, so it won't compress what you are
putting in, so you don't go through the path of having to uncompress it when
opening; instead the raw data can just be found at an offset in a .apk and
read directly.  Very clever. :)

On Wed, Oct 7, 2009 at 3:01 AM, mjc147 <[email protected]> wrote:

>
> FWIW, I have a 5MB zip file in res/raw which I stream and uncompress
> to the SD card without any problems (at least on my Hero).
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to