Android Open Source - Image load RecyclingImageLoader






Project Summary

Image loader that asynchronous loads, caches , displays and recycles images on Android..

Web Site / Source Repository

RecyclingImageLoader is hosted in the following web site
https://github.com/hellosky/RecyclingImageLoader

If you think the Android project RecyclingImageLoader 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 RecyclingImageLoader.

ItemValue
Java File Count11
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version7
Activity Count2
Fragment Count4
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




License

The license information of RecyclingImageLoader is as follows:

Apache License

Resource Files

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

empty_photo.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.hellosky.recyclingimageloader.ImageDetailActivity.java
com.hellosky.recyclingimageloader.ImageDetailFragment.java
com.hellosky.recyclingimageloader.ImageGridActivity.java
com.hellosky.recyclingimageloader.ImageGridFragment.java
com.hellosky.recyclingimageloader.Images.java
com.hellosky.recyclingimageloader.SampleActivity.java
com.hellosky.recyclingimageloader.util.ImageFileCache.java
com.hellosky.recyclingimageloader.util.ImageLoader.java
com.hellosky.recyclingimageloader.util.ImageMemoryCache.java
com.hellosky.recyclingimageloader.util.RecyclingBitmapDrawable.java
com.hellosky.recyclingimageloader.util.Utils.java