baseAdapter icon indicating copy to clipboard operation
baseAdapter copied to clipboard

要是在Viewholder加一个setImageByUrl就好了

Open magic5650 opened this issue 8 years ago • 1 comments

    ImageView imageView = getView(viewId);
    Picasso.with(context).load(url).into(imageView);
    return this;

magic5650 avatar Oct 28 '16 03:10 magic5650

可以自己把这个库的源码引入,确定需要去作这样的修改化修改。比如我用Glide,自己去实现一下吧。

ysmintor avatar Nov 25 '16 01:11 ysmintor