Yakup Kavak
Results
2
comments of
Yakup Kavak
Is there any solution, I use GlideModule it still can't work
`fun ImageView.getUrl(url: String) { Glide.with(this) .load(url) .thumbnail( Glide.with(this) .load(R.drawable.spinnerblack) ).error(Glide.with(this).load(R.drawable.akatsuki)) .into(this) }` it works