https://github.com/bumptech/glide
Glide.with(mContext).load(pictures.get(position).getImageId()).asBitmap().centerCrop().into(new BitmapImageViewTarget(imageView) { @Override PRotected void setResource(Bitmap resource) { RoundedBitmapDrawable circularBitmapDrawable = RoundedBitmapDrawableFactory.create(mContext.getResources(), resource); circularBitmapDrawable.setCircular(true); imageView.setImageDrawable(circularBitmapDrawable); } });新闻热点
疑难解答