文件名称:ImageDownLoad
- 所属分类:
- android开发
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2016-06-14
- 文件大小:
- 1.94mb
- 下载次数:
- 0次
- 提 供 者:
- huxia*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本项目是一个批量下载图片的小例子,项目编码UTF-8编译版本4.4.2主要特点有:
1、下载大图decode时,可根据View大小自动缩放图片,不在出现OOM和SkImageDecoder::Factory returned null错误
2、图片下载失败时,可自定义失败重试次数
3、记录正在下载的任务,防止屏幕滚动时多次下载
4、缓存目录容量大于给定限制时,清空文件缓存
5、包含内存和文件二重缓存,极大的提高流畅度-This project is a small example of a batch download picture, the project code UTF-8 compiler version of the main features of 4.4.2:
1, download the large size decode, can be automatically scaled according to the size of the View image, not in the emergence of OOM and SkImageDecoder:: returned null Factory error
2, picture download failed, you can customize the number of failed to try again
3, the record is to download the task, to prevent repeated download screen scroll
4, the cache directory capacity is greater than a given limit, empty the file cache
5, including memory and file cache, greatly improve the fluency
1、下载大图decode时,可根据View大小自动缩放图片,不在出现OOM和SkImageDecoder::Factory returned null错误
2、图片下载失败时,可自定义失败重试次数
3、记录正在下载的任务,防止屏幕滚动时多次下载
4、缓存目录容量大于给定限制时,清空文件缓存
5、包含内存和文件二重缓存,极大的提高流畅度-This project is a small example of a batch download picture, the project code UTF-8 compiler version of the main features of 4.4.2:
1, download the large size decode, can be automatically scaled according to the size of the View image, not in the emergence of OOM and SkImageDecoder:: returned null Factory error
2, picture download failed, you can customize the number of failed to try again
3, the record is to download the task, to prevent repeated download screen scroll
4, the cache directory capacity is greater than a given limit, empty the file cache
5, including memory and file cache, greatly improve the fluency
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ImageDownLoad
.............\.classpath
.............\.project
.............\.settings
.............\.........\org.eclipse.core.resources.prefs
.............\.........\org.eclipse.jdt.core.prefs
.............\AndroidManifest.xml
.............\assets
.............\bin
.............\...\AndroidManifest.xml
.............\...\classes
.............\...\.......\com
.............\...\.......\...\example
.............\...\.......\...\.......\imagedownload
.............\...\.......\...\.......\.............\BuildConfig.class
.............\...\.......\...\.......\.............\R$attr.class
.............\...\.......\...\.......\.............\R$drawable.class
.............\...\.......\...\.......\.............\R$id.class
.............\...\.......\...\.......\.............\R$layout.class
.............\...\.......\...\.......\.............\R$string.class
.............\...\.......\...\.......\.............\R$style.class
.............\...\.......\...\.......\.............\R.class
.............\...\.......\...\image
.............\...\.......\...\.....\download
.............\...\.......\...\.....\........\ImageDownLoader$1.class
.............\...\.......\...\.....\........\ImageDownLoader$2.class
.............\...\.......\...\.....\........\ImageDownLoader$AsyncImageLoaderListener.class
.............\...\.......\...\.....\........\ImageDownLoader$ImageHandler.class
.............\...\.......\...\.....\........\ImageDownLoader.class
.............\...\.......\...\.....\........\ImageGridViewAdapter$1.class
.............\...\.......\...\.....\........\ImageGridViewAdapter.class
.............\...\.......\...\.....\........\PhotoActivity.class
.............\...\.......\...\.....\........\Utils.class
.............\...\classes.dex
.............\...\dexedLibs
.............\...\.........\android-support-v4-0edf939fc40fecfff25b01e764e04c67.jar
.............\...\.........\android-support-v4-9d5cb512e1b8f8eee8bcc36229498977.jar
.............\...\ImageDownLoad.apk
.............\...\jarlist.cache
.............\...\res
.............\...\...\crunch
.............\...\...\......\drawable-hdpi
.............\...\...\......\.............\ic_launcher.png
.............\...\...\......\drawable-mdpi
.............\...\...\......\.............\empty_photo.png
.............\...\...\......\.............\ic_launcher.png
.............\...\...\......\drawable-xhdpi
.............\...\...\......\..............\ic_launcher.png
.............\...\...\......\drawable-xxhdpi
.............\...\...\......\...............\ic_launcher.png
.............\...\resources.ap_
.............\gen
.............\...\com
.............\...\...\example
.............\...\...\.......\imagedownload
.............\...\...\.......\.............\BuildConfig.java
.............\...\...\.......\.............\R.java
.............\ic_launcher-web.png
.............\libs
.............\....\android-support-v4.jar
.............\proguard-project.txt
.............\project.properties
.............\res
.............\...\drawable-hdpi
.............\...\.............\ic_launcher.png
.............\...\drawable-ldpi
.............\...\drawable-mdpi
.............\...\.............\empty_photo.png
.............\...\.............\ic_launcher.png
.............\...\drawable-xhdpi
.............\...\..............\ic_launcher.png
.............\...\drawable-xxhdpi
.............\...\...............\ic_launcher.png
.............\...\layout
.............\...\......\photo_activity.xml
.............\...\......\photo_item.xml
.............\...\values
.............\...\......\strings.xml
.............\...\......\styles.xml
.............\...\values-v11
.............\...\..........\styles.xml
.............\...\values-v14
.............\...\..........\styles.xml
.............\src
.............\...\com
.............\...\...\image
.............\...\...\.....\download
.............\...\...\.....\........\ImageDownLoader.java
.............\...\...\.....\........\ImageGridViewAdapter.java
.............\...\...\.....\........\PhotoActivity.java
.............\...\...\.....\........\Utils.java
.............\说明.htm