RemoteDrawableResolver

data class RemoteDrawableResolver(uri: Uri, placeholder: DrawableResolver?) : DrawableResolver

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)

Functions

Link copied to clipboard
open override fun get(context: Context): RemoteDrawable

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)