Description: 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
To Search:
File list (Check if you may need any files):
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