文件名称:Android-Image-Cache
介绍说明--下载内容均来自于网络,请自行研究使用
Cache生成并检索缩略图图像功能,Android-Image-Cache是一个能够自动判断从内存还是网络获取图片、缓存可以自动回收、自动判断如何有效地生成并检索各种尺寸缩略图的图像download-and-cacher,喜欢的朋友可以研究一下吧。
主要特点如下:
只需提供一个适配器即可从光标读取本地、网络URL;
基于一个已下载的图像自动生成并缓存多种尺寸图像;-Generate cache and retrieves thumbnail image features, Android-Image-Cache is a can automatically judge to capture pictures memory or network, cache can be automatic recovery, automatically determine how to efficiently generate and retrieve all thumbnail size image download-and-cacher, like friends can look at.
The main features are as follows:
Just provide an adapter to read the cursor local, network URL
Automatic generation and caching of multiple size images based on a downloaded image
主要特点如下:
只需提供一个适配器即可从光标读取本地、网络URL;
基于一个已下载的图像自动生成并缓存多种尺寸图像;-Generate cache and retrieves thumbnail image features, Android-Image-Cache is a can automatically judge to capture pictures memory or network, cache can be automatic recovery, automatically determine how to efficiently generate and retrieve all thumbnail size image download-and-cacher, like friends can look at.
The main features are as follows:
Just provide an adapter to read the cursor local, network URL
Automatic generation and caching of multiple size images based on a downloaded image
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Android-Image-Cache-master
..........................\.gitignore
..........................\AndroidManifest.xml
..........................\libs
..........................\....\android-support-v4.jar
..........................\....\CWAC-AdapterWrapper.jar
..........................\LICENSE_LGPL_V2
..........................\Makefile
..........................\project.properties
..........................\README.md
..........................\res
..........................\...\layout
..........................\...\......\list_loading.xml
..........................\...\values
..........................\...\......\ids.xml
..........................\src
..........................\...\edu
..........................\...\...\mit
..........................\...\...\...\mobile
..........................\...\...\...\......\android
..........................\...\...\...\......\.......\imagecache
..........................\...\...\...\......\.......\..........\DiskCache.java
..........................\...\...\...\......\.......\..........\DrawableMemCache.java
..........................\...\...\...\......\.......\..........\ImageCache.java
..........................\...\...\...\......\.......\..........\ImageCacheException.java
..........................\...\...\...\......\.......\..........\ImageLoaderAdapter.java
..........................\...\...\...\......\.......\..........\KeyedLock.java
..........................\...\...\...\......\.......\..........\SimpleThumbnailAdapter.java
..........................\...\...\...\......\.......\..........\SimpleThumbnailCursorAdapter.java
..........................\test
..........................\....\.gitignore
..........................\....\AndroidManifest.xml
..........................\....\assets
..........................\....\......\logo_locast.png
..........................\....\lint.xml
..........................\....\project.properties
..........................\....\res
..........................\....\...\drawable-hdpi
..........................\....\...\.............\ic_launcher.png
..........................\....\...\drawable-ldpi
..........................\....\...\.............\ic_launcher.png
..........................\....\...\drawable-mdpi
..........................\....\...\.............\ic_launcher.png
..........................\....\...\drawable-xhdpi
..........................\....\...\..............\ic_launcher.png
..........................\....\...\layout
..........................\....\...\......\activity_concurrency_test.xml
..........................\....\...\......\main.xml
..........................\....\...\......\small_thumbnail_item.xml
..........................\....\...\......\square_thumbnail_item.xml
..........................\....\...\......\thumbnail_item.xml
..........................\....\...\menu
..........................\....\...\....\main_menu.xml
..........................\....\...\values
..........................\....\...\......\strings.xml
..........................\....\src
..........................\....\...\edu
..........................\....\...\...\mit
..........................\....\...\...\...\mobile
..........................\....\...\...\...\......\android
..........................\....\...\...\...\......\.......\imagecache
..........................\....\...\...\...\......\.......\..........\test
..........................\....\...\...\...\......\.......\..........\....\ConcurrencyTest.java
..........................\....\...\...\...\......\.......\..........\....\ImageCacheJunitTest.java
..........................\....\...\...\...\......\.......\..........\....\InteractiveDemo.java
..........................\....\...\...\...\......\.......\..........\....\KeyedLockTest.java
..........................\....\...\...\...\......\.......\..........\....\TestData.java
..........................\说明.htm