Asynchronous load image from remote and local.
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.
The following table is the detailed list of ImageFetcher.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 7 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-support-v4.jar android-support-v4.jar |
Required Permissions | android.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 |
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.
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