RemoteDrawableResolver
fun RemoteDrawableResolver(uri: Uri, placeholder: DrawableResolver? = null, error: DrawableResolver? = null)
Parameters
uri
The URI to download the drawable from.
placeholder
The drawable to show before drawable at uri has been downloaded.
error
The drawable to show if some error occurs.