Factory

open class Factory : ModelLoaderFactory<T, Y>

Loads InputStreams from media store image Uris that point to pre-generated thumbnails for those Uris in the media store.

Constructors

Link copied to clipboard
open fun Factory(context: Context)

Functions

Link copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Uri, InputStream>
Build a concrete ModelLoader for this model type.
Link copied to clipboard
open fun teardown()
A lifecycle method that will be called when this factory is about to replaced.