com.ouattararomuald.slider / ImageLoader

ImageLoader

abstract class ImageLoader

Loads image into ImageView.

Types

EventListener interface EventListener
Factory interface Factory<T : ImageLoader>
Creates an ImageLoader instance.

Constructors

<init> ImageLoader(eventListener: ImageLoader.EventListener? = null)
Loads image into ImageView.

Functions

load abstract fun load(path: String, imageView: ImageView): Unit
Loads an image into the given imageView using the specified path.