Glid4 - BitmapImageViewTarget at into method
问题 Today I'm trying to use Glide4 image loader in my android application while using this I had facing method not resolving problem. I have searched a lot and also found a solution, I have to created RequestOptions and use like this: private void loadImages() { RequestOptions requestOptions = new RequestOptions(); requestOptions.placeholder(R.drawable.circle_diff); requestOptions.centerCrop(); Glide.with(this) .load("http://localhost/ImageRepo/profile.jpg") .apply(requestOptions) .into(new