ImageLoader

interface ImageLoader

图片加载器,目前内置实现的加载器有GlideImageLoaderPicassoImageLoader。 如果目前已有的加载器不满足您的需求,您也可以自己实现一个ImageLoader

Author

Jenly

Follow me

Inheritors

Functions

Link copied to clipboard
abstract fun loadImage(imageView: ImageView, model: Any?, placeholderDrawable: Drawable? = null, errorDrawable: Drawable? = null)

加载图片