RemoteDrawableResolver
data class RemoteDrawableResolver(uri: Uri, placeholder: DrawableResolver?) : DrawableResolver
Content copied to clipboard
A DrawableResolver that resolves a drawable from the given uri.
Parameters
uri
The URI to download the drawable from.
placeholder
The drawable to show before drawable at uri has been downloaded.
Constructors
Link copied to clipboard
fun RemoteDrawableResolver(uri: Uri, placeholder: DrawableResolver? = null)
Content copied to clipboard