UriFactory

open class UriFactory : ModelLoaderFactory<T, Y>

Factory for loading resource Uris from Android resource ids.

Constructors

Link copied to clipboard
open fun UriFactory(resources: Resources)

Functions

Link copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Integer, Uri>
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.