Ion.with(context) .load(userList.get(position).head_img) .withBitmap() .placeholder(R.drawable.load_img) .error(R.drawable.load_img) .intoImageView(viewHolder.iv_adapter_fragment);
Ion.with(context) .load(userList.get(position).head_img) .withBitmap() .placeholder(R.drawable.load_img) .error(R.drawable.load_img) .intoImageView(viewHolder.iv_adapter_fragment);