public interface BaseImageLoaderStrategy<T extends ImageConfig>
BaseImageLoaderStrategy
并通过 ImageLoader.setLoadImgStrategy(BaseImageLoaderStrategy) 配置后,才可进行图片请求
Created by JessYan on 8/5/2016 15:50 Contact me Follow me ================================================
| Modifier and Type | Method and Description |
|---|---|
void |
clear(android.content.Context ctx,
T config)
停止加载
|
void |
loadImage(android.content.Context ctx,
T config)
加载图片
|