Package-level declarations
Functions
Link copied to clipboard
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.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)