Package-level declarations

Types

Link copied to clipboard
class ImageViewLoadConfiguration(var source: Any? = null, var transformation: ImageViewLoadConfiguration.ImageTransformation? = null, var progressBar: ProgressBar? = null, var onImageLoaded: () -> Unit? = null, var onImageNotLoaded: () -> Unit? = null)

ImageViewLoadConfiguration define setup and configuration to load an image into ImageView using Glide

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Function to load image into ImageView