LazyBitmapDrawableResource
Lazily allocates a android.graphics.drawable.BitmapDrawable from a given on the first call to get.
Functions
Link copied to clipboard
Returns the Class of the wrapped resource.
Link copied to clipboard
Called on a background thread so the Resource can do some eager initialization.
Link copied to clipboard
Content copied to clipboard
open fun obtain(resources: Resources, bitmapResource: Resource<Bitmap>): Resource<BitmapDrawable>
Content copied to clipboard
Content copied to clipboard