RemoteDrawable

fun RemoteDrawable(context: Context, uri: Uri, placeholder: Drawable? = null)

Parameters

context

The context used for downloading the drawable from the URI.

uri

The URI to download the drawable from.

placeholder

The drawable to show before the drawable from the URI has been downloaded.