setRemoteDrawable
fun ImageView.setRemoteDrawable(uri: Uri?, placeholder: DrawableResolver?)
Content copied to clipboard
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.