Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 515 Bytes

File metadata and controls

13 lines (8 loc) · 515 Bytes

XCImageLoader

自己开发的一款Android高效的异步图片加载框架-XCImageLoader 使用方法: private XCImageLoader mImageLoader = XCImageLoader.getInstance(3, XCImageLoader.Type.LIFO); mImageLoader.displayImage("https://avatars2.githubusercontent.com/u/7509376?v=3&s=460", imageview, true);

实例效果图:

image

image