ImageLoader

interface ImageLoader

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

Author

Jenly

Inheritors

Functions

Link copied to clipboard
abstract fun loadImage(context: Context, imageView: ImageView, data: Any, @Nullable placeholderDrawable: Drawable, @Nullable errorDrawable: Drawable)
加载图片