I am updating my slide to 4.3.1, but all over the world I use the .override() and .placeholder() functions with the slip function.
Glide.with(this) .load(imageUrl) .override(200, 200) .placeholder(R.drawable.ic_avatar_sign_up) .into(ivAvatar);
how can i fix this?
android android-glide glide
Mohammad hadi
source share