How to load Image into ImageView from Url using Glide v4.0.0RC1
问题 I just updated Glide library from v3 to v4 in my application. But Now I am not able to load image from the url. Previously it was working fine with v3. Here is my Glide code: Glide.with(context).load(galleryList.get(itemPosition).getImage()).thumbnail(Glide.with(context).load(R.drawable.balls)).apply(options).into(holder.kolamImage); What is the change in v4? I went through the document but still no help. 回答1: If you are using Glide v4.0.0-RC1 then you need to use RequestOptions to add the