[android-developers] Re: 2.1 vs 2.2 ZipInputStream

2010-11-09 Thread Adam Hammer
This worked great, thanks. On Oct 17, 2:52 am, Jens wrote: > Tim Brays blog entry on multithreading mentions this error and how to > fix it: > > http://android-developers.blogspot.com/2010/07/multithreading-for-per... > > On 16 Okt, 00:34, Adam Hammer wrote: > > > I have some code that takes a z

[android-developers] Re: 2.1 vs 2.2 ZipInputStream

2010-10-17 Thread Jens
Tim Brays blog entry on multithreading mentions this error and how to fix it: http://android-developers.blogspot.com/2010/07/multithreading-for-performance.html On 16 Okt, 00:34, Adam Hammer wrote: > I have some code that takes a zip in /assets/raw opens it and reads > Bitmaps out of it. > > W