android Programming Glossary: flushedinputstream
Android decoder->decode returned false for Bitmap download http://stackoverflow.com/questions/4339082/android-decoder-decode-returned-false-for-bitmap-download compatibility reasons. I did some digging and discovered a number of threads on the issue. I'm already using the FlushedInputStream discussed here http code.google.com p android issues detail id 6066 Bitmap b BitmapFactory.decodeStream new FlushedInputStream.. discussed here http code.google.com p android issues detail id 6066 Bitmap b BitmapFactory.decodeStream new FlushedInputStream is imageView.setImageBitmap b Here's an example that's causing me trouble http profile.ak.fbcdn.net hprofile ak snc4 hs269.snc3.. me figure out what's causing the trouble android android layout share improve this question There is a bug in FlushedInputStream is . it fails on slow connections but you can try my magical code to fix it. Bitmap b BitmapFactory.decodeStream new FlushedInputStream..
|