MutiImgLoader icon indicating copy to clipboard operation
MutiImgLoader copied to clipboard

组合图异步加载缓存框架

Results 1 MutiImgLoader issues
Sort by recently updated
recently updated
newest added

作者大大,默认图是被写死了导致不能动态设置吗? bitmap = BitmapFactory.decodeResource(mContext.getResources(), R.drawable.ic_launcher_round); imageView.setImageBitmap(bitmap); 导致此方法无效 public void configDefaultPic(int defaultPic) { this.defaultId = defaultId; }