setRemoteDrawable

fun ImageView.setRemoteDrawable(uri: Uri?, placeholder: DrawableResolver?)
fun ImageView.setRemoteDrawable(uri: Uri?, placeholder: Drawable?)

A convenience binding adapter for setting a RemoteDrawable as the drawable for an ImageView, allowing the uri to be shown in the ImageView. If uri is null or not yet loaded, the placeholder will be shown.