文件名称:Android代码-LazyList
文件大小:17KB
文件格式:ZIP
更新时间:2022-08-26 01:27:28
Android代码
LazyList A simple library to display images in Android ListView. Images are being downloaded asynchronously in the background. Images are being cached on SD card and in memory. Can also be used for GridView and just to display images into an ImageView. Originally published here. Basic Usage ImageLoader imageLoader=new ImageLoader(context); ... imageLoader.DisplayImage(url, imageView); Don't forget to add the following permissions to your AndroidManifest.xml: Please create only one instance of I
【文件预览】:
LazyList-master
----.gitignore(10B)
----.project(811B)
----README.md(1KB)
----AndroidManifest.xml(962B)
----LICENSE(1KB)
----src()
--------com()
----project.properties(360B)
----res()
--------values()
--------layout()
--------drawable()
----.classpath(364B)