文件名称:ImageDownLoad
-
所属分类:
- 标签属性:
- 上传时间:2016-06-13
-
文件大小:1.94mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
本项目是一个批量下载图片的小例子,项目编码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/
ImageDownLoad/.classpath
ImageDownLoad/.project
ImageDownLoad/.settings/
ImageDownLoad/.settings/org.eclipse.core.resources.prefs
ImageDownLoad/.settings/org.eclipse.jdt.core.prefs
ImageDownLoad/AndroidManifest.xml
ImageDownLoad/assets/
ImageDownLoad/bin/
ImageDownLoad/bin/AndroidManifest.xml
ImageDownLoad/bin/classes/
ImageDownLoad/bin/classes/com/
ImageDownLoad/bin/classes/com/example/
ImageDownLoad/bin/classes/com/example/imagedownload/
ImageDownLoad/bin/classes/com/example/imagedownload/BuildConfig.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$attr.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$drawable.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$id.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$layout.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$string.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$style.class
ImageDownLoad/bin/classes/com/example/imagedownload/R.class
ImageDownLoad/bin/classes/com/image/
ImageDownLoad/bin/classes/com/image/download/
ImageDownLoad/bin/classes/com/image/download/ImageDownLoader$1.class
ImageDownLoad/bin/classes/com/image/download/ImageDownLoader$2.class
ImageDownLoad/bin/classes/com/image/download/ImageDownLoader$AsyncImageLoaderListener.class
ImageDownLoad/bin/classes/com/image/download/ImageDownLoader$ImageHandler.class
ImageDownLoad/bin/classes/com/image/download/ImageDownLoader.class
ImageDownLoad/bin/classes/com/image/download/ImageGridViewAdapter$1.class
ImageDownLoad/bin/classes/com/image/download/ImageGridViewAdapter.class
ImageDownLoad/bin/classes/com/image/download/PhotoActivity.class
ImageDownLoad/bin/classes/com/image/download/Utils.class
ImageDownLoad/bin/classes.dex
ImageDownLoad/bin/dexedLibs/
ImageDownLoad/bin/dexedLibs/android-support-v4-0edf939fc40fecfff25b01e764e04c67.jar
ImageDownLoad/bin/dexedLibs/android-support-v4-9d5cb512e1b8f8eee8bcc36229498977.jar
ImageDownLoad/bin/ImageDownLoad.apk
ImageDownLoad/bin/jarlist.cache
ImageDownLoad/bin/javaapk.com-ImageDownLoad.apk
ImageDownLoad/bin/res/
ImageDownLoad/bin/res/crunch/
ImageDownLoad/bin/res/crunch/drawable-hdpi/
ImageDownLoad/bin/res/crunch/drawable-hdpi/ic_launcher.png
ImageDownLoad/bin/res/crunch/drawable-mdpi/
ImageDownLoad/bin/res/crunch/drawable-mdpi/empty_photo.png
ImageDownLoad/bin/res/crunch/drawable-mdpi/ic_launcher.png
ImageDownLoad/bin/res/crunch/drawable-xhdpi/
ImageDownLoad/bin/res/crunch/drawable-xhdpi/ic_launcher.png
ImageDownLoad/bin/res/crunch/drawable-xxhdpi/
ImageDownLoad/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
ImageDownLoad/bin/resources.ap_
ImageDownLoad/gen/
ImageDownLoad/gen/com/
ImageDownLoad/gen/com/example/
ImageDownLoad/gen/com/example/imagedownload/
ImageDownLoad/gen/com/example/imagedownload/BuildConfig.java
ImageDownLoad/gen/com/example/imagedownload/R.java
ImageDownLoad/ic_launcher-web.png
ImageDownLoad/libs/
ImageDownLoad/libs/android-support-v4.jar
ImageDownLoad/proguard-project.txt
ImageDownLoad/project.properties
ImageDownLoad/res/
ImageDownLoad/res/drawable-hdpi/
ImageDownLoad/res/drawable-hdpi/ic_launcher.png
ImageDownLoad/res/drawable-ldpi/
ImageDownLoad/res/drawable-mdpi/
ImageDownLoad/res/drawable-mdpi/empty_photo.png
ImageDownLoad/res/drawable-mdpi/ic_launcher.png
ImageDownLoad/res/drawable-xhdpi/
ImageDownLoad/res/drawable-xhdpi/ic_launcher.png
ImageDownLoad/res/drawable-xxhdpi/
ImageDownLoad/res/drawable-xxhdpi/ic_launcher.png
ImageDownLoad/res/layout/
ImageDownLoad/res/layout/photo_activity.xml
ImageDownLoad/res/layout/photo_item.xml
ImageDownLoad/res/values/
ImageDownLoad/res/values/strings.xml
ImageDownLoad/res/values/styles.xml
ImageDownLoad/res/values-v11/
ImageDownLoad/res/values-v11/styles.xml
ImageDownLoad/res/values-v14/
ImageDownLoad/res/values-v14/styles.xml
ImageDownLoad/src/
ImageDownLoad/src/com/
ImageDownLoad/src/com/image/
ImageDownLoad/src/com/image/download/
ImageDownLoad/src/com/image/download/ImageDownLoader.java
ImageDownLoad/src/com/image/download/ImageGridViewAdapter.java
ImageDownLoad/src/com/image/download/PhotoActivity.java
ImageDownLoad/src/com/image/download/Utils.java
ImageDownLoad/说明.htm
ImageDownLoad/.classpath
ImageDownLoad/.project
ImageDownLoad/.settings/
ImageDownLoad/.settings/org.eclipse.core.resources.prefs
ImageDownLoad/.settings/org.eclipse.jdt.core.prefs
ImageDownLoad/AndroidManifest.xml
ImageDownLoad/assets/
ImageDownLoad/bin/
ImageDownLoad/bin/AndroidManifest.xml
ImageDownLoad/bin/classes/
ImageDownLoad/bin/classes/com/
ImageDownLoad/bin/classes/com/example/
ImageDownLoad/bin/classes/com/example/imagedownload/
ImageDownLoad/bin/classes/com/example/imagedownload/BuildConfig.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$attr.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$drawable.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$id.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$layout.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$string.class
ImageDownLoad/bin/classes/com/example/imagedownload/R$style.class
ImageDownLoad/bin/classes/com/example/imagedownload/R.class
ImageDownLoad/bin/classes/com/image/
ImageDownLoad/bin/classes/com/image/download/
ImageDownLoad/bin/classes/com/image/download/ImageDownLoader$1.class
ImageDownLoad/bin/classes/com/image/download/ImageDownLoader$2.class
ImageDownLoad/bin/classes/com/image/download/ImageDownLoader$AsyncImageLoaderListener.class
ImageDownLoad/bin/classes/com/image/download/ImageDownLoader$ImageHandler.class
ImageDownLoad/bin/classes/com/image/download/ImageDownLoader.class
ImageDownLoad/bin/classes/com/image/download/ImageGridViewAdapter$1.class
ImageDownLoad/bin/classes/com/image/download/ImageGridViewAdapter.class
ImageDownLoad/bin/classes/com/image/download/PhotoActivity.class
ImageDownLoad/bin/classes/com/image/download/Utils.class
ImageDownLoad/bin/classes.dex
ImageDownLoad/bin/dexedLibs/
ImageDownLoad/bin/dexedLibs/android-support-v4-0edf939fc40fecfff25b01e764e04c67.jar
ImageDownLoad/bin/dexedLibs/android-support-v4-9d5cb512e1b8f8eee8bcc36229498977.jar
ImageDownLoad/bin/ImageDownLoad.apk
ImageDownLoad/bin/jarlist.cache
ImageDownLoad/bin/javaapk.com-ImageDownLoad.apk
ImageDownLoad/bin/res/
ImageDownLoad/bin/res/crunch/
ImageDownLoad/bin/res/crunch/drawable-hdpi/
ImageDownLoad/bin/res/crunch/drawable-hdpi/ic_launcher.png
ImageDownLoad/bin/res/crunch/drawable-mdpi/
ImageDownLoad/bin/res/crunch/drawable-mdpi/empty_photo.png
ImageDownLoad/bin/res/crunch/drawable-mdpi/ic_launcher.png
ImageDownLoad/bin/res/crunch/drawable-xhdpi/
ImageDownLoad/bin/res/crunch/drawable-xhdpi/ic_launcher.png
ImageDownLoad/bin/res/crunch/drawable-xxhdpi/
ImageDownLoad/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
ImageDownLoad/bin/resources.ap_
ImageDownLoad/gen/
ImageDownLoad/gen/com/
ImageDownLoad/gen/com/example/
ImageDownLoad/gen/com/example/imagedownload/
ImageDownLoad/gen/com/example/imagedownload/BuildConfig.java
ImageDownLoad/gen/com/example/imagedownload/R.java
ImageDownLoad/ic_launcher-web.png
ImageDownLoad/libs/
ImageDownLoad/libs/android-support-v4.jar
ImageDownLoad/proguard-project.txt
ImageDownLoad/project.properties
ImageDownLoad/res/
ImageDownLoad/res/drawable-hdpi/
ImageDownLoad/res/drawable-hdpi/ic_launcher.png
ImageDownLoad/res/drawable-ldpi/
ImageDownLoad/res/drawable-mdpi/
ImageDownLoad/res/drawable-mdpi/empty_photo.png
ImageDownLoad/res/drawable-mdpi/ic_launcher.png
ImageDownLoad/res/drawable-xhdpi/
ImageDownLoad/res/drawable-xhdpi/ic_launcher.png
ImageDownLoad/res/drawable-xxhdpi/
ImageDownLoad/res/drawable-xxhdpi/ic_launcher.png
ImageDownLoad/res/layout/
ImageDownLoad/res/layout/photo_activity.xml
ImageDownLoad/res/layout/photo_item.xml
ImageDownLoad/res/values/
ImageDownLoad/res/values/strings.xml
ImageDownLoad/res/values/styles.xml
ImageDownLoad/res/values-v11/
ImageDownLoad/res/values-v11/styles.xml
ImageDownLoad/res/values-v14/
ImageDownLoad/res/values-v14/styles.xml
ImageDownLoad/src/
ImageDownLoad/src/com/
ImageDownLoad/src/com/image/
ImageDownLoad/src/com/image/download/
ImageDownLoad/src/com/image/download/ImageDownLoader.java
ImageDownLoad/src/com/image/download/ImageGridViewAdapter.java
ImageDownLoad/src/com/image/download/PhotoActivity.java
ImageDownLoad/src/com/image/download/Utils.java
ImageDownLoad/说明.htm
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.