Package-level declarations

Types

Link copied to clipboard
sealed class Transformation

Functions

Link copied to clipboard
fun ImageView.loadBase64Image(base64Image: String?)
Link copied to clipboard
fun AppCompatImageView.loadImage(image: Any?, thisStuff: RequestBuilder<Drawable>.() -> RequestBuilder<Drawable>)
fun Context.loadImage(image: Any?, appCompatImageView: AppCompatImageView, thisStuff: RequestBuilder<Drawable>.() -> RequestBuilder<Drawable>)
fun View.loadImage(image: Any?, appCompatImageView: AppCompatImageView, thisStuff: RequestBuilder<Drawable>.() -> RequestBuilder<Drawable>)
fun AppCompatImageView.loadImage(image: Any?, thisStuff: RequestBuilder<Drawable>.() -> RequestBuilder<Drawable>, options: () -> BaseRequestOptions<*>)
Link copied to clipboard
fun ImageView.loadImageResource(imageResource: Bitmap?, skipMemoryCache: Boolean = false, transformation: Transformation? = null)
fun ImageView.loadImageResource(imageResource: Drawable?, skipMemoryCache: Boolean = false, transformation: Transformation? = null)
fun ImageView.loadImageResource(imageResource: Int?, skipMemoryCache: Boolean = false, transformation: Transformation? = null)
fun ImageView.loadImageResource(imageResource: String?, skipMemoryCache: Boolean = false, transformation: Transformation? = null)
Link copied to clipboard
fun Context.loadImg(imgUrl: Any?, view: AppCompatImageView)
fun View.loadImg(imgUrl: Any?, view: AppCompatImageView)
fun Context.loadImg(imgUrl: Any?, view: AppCompatImageView, error: Drawable)
fun Context.loadImg(imgUrl: Any?, view: AppCompatImageView, error: Int)
fun View.loadImg(imgUrl: Any?, view: AppCompatImageView, error: Drawable)
fun View.loadImg(imgUrl: Any?, view: AppCompatImageView, error: Int)
fun Context.loadImg(imgUrl: Any?, view: AppCompatImageView, error: Drawable?, placeHolder: Drawable?)
fun Context.loadImg(imgUrl: Any?, view: AppCompatImageView, error: Int, placeHolder: Int)
fun View.loadImg(imgUrl: Any?, view: AppCompatImageView, error: Drawable, placeHolder: Drawable)
fun View.loadImg(imgUrl: Any?, view: AppCompatImageView, error: Int, placeHolder: Int)
Link copied to clipboard
fun AppCompatImageView.loadImgNoCache(image: Any?, options: () -> BaseRequestOptions<*>)
fun Context.loadImgNoCache(imgUrl: Any?, view: AppCompatImageView, error: Int)
fun View.loadImgNoCache(imgUrl: Any?, view: AppCompatImageView, error: Drawable)
fun View.loadImgNoCache(imgUrl: Any?, view: AppCompatImageView, error: Int)
fun AppCompatImageView.loadImgNoCache(imgUrl: Any?, error: Drawable, placeHolder: Drawable)
fun AppCompatImageView.loadImgNoCache(imgUrl: Any?, error: Int, placeHolder: Int)
fun Context.loadImgNoCache(imgUrl: Any?, view: AppCompatImageView, error: Drawable, placeHolder: Drawable)
Link copied to clipboard
fun Context.loadImgWithTransformation(imgUrl: Any?, view: AppCompatImageView, transformation: RequestOptions)
fun View.loadImgWithTransformation(imgUrl: Any?, view: AppCompatImageView, transformation: RequestOptions)