文件名称:Universal-Image-Loader
介绍说明--下载内容均来自于网络,请自行研究使用
Universal-Image-Loader是一个开源的UI组件程序,该项目的目的是提供一个可重复使用的仪器为异步图像加载,缓存和显示。所以,如果你的程序里需要这个功能的话,那么不妨试试它。因为已经封装好了一些类和方法。我们 可以直接拿来用了。而不用重复去写了。其实,写一个这方面的程序还是比较麻烦的,要考虑多线程,缓存,内存溢出等很多方面。但是,你也可以参考这个例子来自己写出更好的程序-niversal-Image-Loader is an open source UI component program, the purpose of the project is to provide a reusable instrument for asynchronous image loading, caching and display. So, if your program requires this functionality, then try it. Have a good package because some classes and methods. We can be directly used by the. Instead of repeating to write. In fact, writing a program in this area is quite troublesome to consider multi-threading, cache, memory overflow and many other aspects. However, you can also refer to this example to write their own programs better
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Android-Universal-Image-Loader-master
.....................................\.gitignore
.....................................\.travis.yml
.....................................\CHANGELOG.md
.....................................\LICENSE
.....................................\README.md
.....................................\UniversalImageLoader.png
.....................................\android_eclipse_formatter.xml
.....................................\downloads
.....................................\.........\universal-image-loader-1.9.0-javadoc.jar
.....................................\.........\universal-image-loader-1.9.0-sources.jar
.....................................\.........\universal-image-loader-1.9.0-with-sources.jar
.....................................\.........\universal-image-loader-1.9.0.jar
.....................................\.........\universal-image-loader-sample-1.9.0.apk
.....................................\library
.....................................\.......\AndroidManifest.xml
.....................................\.......\pom.xml
.....................................\.......\project.properties
.....................................\.......\src
.....................................\.......\...\com
.....................................\.......\...\...\nostra13
.....................................\.......\...\...\........\universalimageloader
.....................................\.......\...\...\........\....................\cache
.....................................\.......\...\...\........\....................\.....\disc
.....................................\.......\...\...\........\....................\.....\....\BaseDiscCache.java
.....................................\.......\...\...\........\....................\.....\....\DiscCacheAware.java
.....................................\.......\...\...\........\....................\.....\....\LimitedDiscCache.java
.....................................\.......\...\...\........\....................\.....\....\impl
.....................................\.......\...\...\........\....................\.....\....\....\FileCountLimitedDiscCache.java
.....................................\.......\...\...\........\....................\.....\....\....\LimitedAgeDiscCache.java
.....................................\.......\...\...\........\....................\.....\....\....\TotalSizeLimitedDiscCache.java
.....................................\.......\...\...\........\....................\.....\....\....\UnlimitedDiscCache.java
.....................................\.......\...\...\........\....................\.....\....\naming
.....................................\.......\...\...\........\....................\.....\....\......\FileNameGenerator.java
.....................................\.......\...\...\........\....................\.....\....\......\HashCodeFileNameGenerator.java
.....................................\.......\...\...\........\....................\.....\....\......\Md5FileNameGenerator.java
.....................................\.......\...\...\........\....................\.....\memory
.....................................\.......\...\...\........\....................\.....\......\BaseMemoryCache.java
.....................................\.......\...\...\........\....................\.....\......\LimitedMemoryCache.java
.....................................\.......\...\...\........\....................\.....\......\MemoryCacheAware.java
.....................................\.......\...\...\........\....................\.....\......\impl
.....................................\.......\...\...\........\....................\.....\......\....\FIFOLimitedMemoryCache.java
.....................................\.......\...\...\........\....................\.....\......\....\FuzzyKeyMemoryCache.java
.....................................\.......\...\...\........\....................\.....\......\....\LRULimitedMemoryCache.java
.....................................\.......\...\...\........\....................\.....\......\....\LargestLimitedMemoryCache.java
..