SingleThreadLoader

abstract class SingleThreadLoader<D>(context: Context?) : Loader<D>

Loads data in single thread.

Constructors

Link copied to clipboard
constructor(context: Context?)

Types

Link copied to clipboard
object Companion