Android Open Source - Image asynchronous ImageFetcher






Project Summary

Asynchronous load image from remote and local.

Web Site / Source Repository

ImageFetcher is hosted in the following web site
https://github.com/dudeG/ImageFetcher

If you think the Android project ImageFetcher listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of ImageFetcher.

ItemValue
Java File Count9
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version7
Activity Count1
Fragment Count2
jar files usedandroid-support-v4.jar
android-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.BROADCAST_STICKY
android.permission.CHANGE_WIFI_MULTICAST_STATE
android.permission.GET_TASKS
android.permission.INTERNET
android.permission.MODIFY_AUDIO_SETTINGS
android.permission.READ_PHONE_STATE
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.WRITE_SETTINGS




Resource Files

There are 1 image files in ImageFetcher. The names of the image files are listed as follows.

ic_action_search.png

The following screenshort is generated from the image listed above.

null

Java Source Files

ImageFetcher has the following Java source files.

com.crossle.imagefetcherdemo.Images.java
com.crossle.imagefetcherdemo.MainActivity.java
me.crossle.imagefetcher.AsyncTask.java
me.crossle.imagefetcher.DiskLruCache.java
me.crossle.imagefetcher.ImageCache.java
me.crossle.imagefetcher.ImageFetcher.java
me.crossle.imagefetcher.ImageResizer.java
me.crossle.imagefetcher.ImageWorker.java
me.crossle.imagefetcher.Utils.java