commons/ui / com.vmadalin.commons.ui.bindings / android.widget.ImageView / imageUrl

imageUrl

fun ImageView.imageUrl(url: String?, @DrawableRes placeholderId: Int?): Unit

Set image loaded from url.

Parameters

url - Image url to download and set as drawable.

placeholderId - Drawable resource identifier to set while downloading image.