是的,我正在使用毕加索加载位图.原因是我在我的适配器的一部分中解码URI,并在其他位置加载位图,我读取了
here
You should always call Picasso,even if your URL is null. This way it knows that the image view was recycled.@H_301_4@
所以我试过这个….@H_301_4@
Bitmap bitMap; ... Picasso.with(getContext()) .load(bitMap) .into(imageView);
cannot resolve method ‘load(android.graphics.Bitmap)’@H_301_4@