[閒聊] Android 4.4 BitmapFactory Bug?

作者: lovelycateye (我還想要更多力量)   2014-04-29 10:18:31
在 Android 4.4 時,
如果 BitmapFactory 重複使用同一個 InputStream 去進行 decode 會回傳 null。
就算第一次只是拿去用 inJustDecodeBounds 也一樣。
每次要重複使用前都要做 is.reset();
例如以下情況
https://gist.github.com/CateyesLin/11389142#file-gistfile1-java

Links booklink

Contact Us: admin [ a t ] ucptt.com