loadImage里面的if (mUIHandle == null) {
}else{
addTask(new Runnable()
}
第一次進行感覺會漏了一次 并且可能會多次發送消息
Bitmap bm = getBitmapFromLruChache(path);
if (bm != null) {
refreshBitmap(path, imageView, bm);
}這行代碼感覺也沒用
應該把else去掉
}else{
addTask(new Runnable()
}
第一次進行感覺會漏了一次 并且可能會多次發送消息
Bitmap bm = getBitmapFromLruChache(path);
if (bm != null) {
refreshBitmap(path, imageView, bm);
}這行代碼感覺也沒用
應該把else去掉
2017-12-19
http://blog.csdn.net/lmj623565791/article/details/39943731
這是老師關于這門課的博客,大家可以看看
這是老師關于這門課的博客,大家可以看看
2017-05-30
github上有很多圖片選擇器,有的還集成拍照
大家可以看看這個https://github.com/stevenwsg/Album
看看視頻理解原理更好嗎,要做牛逼,要做不到不可替代
大家可以看看這個https://github.com/stevenwsg/Album
看看視頻理解原理更好嗎,要做牛逼,要做不到不可替代
2017-05-30