Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 111 Bytes

File metadata and controls

5 lines (2 loc) · 111 Bytes

模仿ImageLoader

加载方式(模仿glide和picasso):XImageLoader.with(context).load(url).into(ImageView);