Android Open Source - Image resize ImageGrabber






Project Summary

Android image grabber/fetcher library with automatic resizing and memory, disk, and http caching..

Web Site / Source Repository

ImageGrabber is hosted in the following web site
https://github.com/herroWorld/ImageGrabber

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

ItemValue
Java File Count7
Supported screen sizes[mdpi, hdpi, xhdpi, nodpi]
Target SDK Version15
Minimum SDK Version9
Activity Count1
jar files usedandroid-support-v4.jar
android-support-v4.jar
imagegrabber_1.0.jar
imagegrabber_1.0.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




License

The license information of ImageGrabber is as follows:

Apache License

Resource Files

There are 2 image files in ImageGrabber. The names of the image files are listed as follows.

empty_photo.png
ic_action_search.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.herroworld.imagegrabber.DiskLruCache.java
com.herroworld.imagegrabber.ImageCache.java
com.herroworld.imagegrabber.ImageGrabber.java
com.herroworld.imagegrabber.ImageResizer.java
com.herroworld.imagegrabber.ImageWorker.java
com.herroworld.imagegrabber.Utils.java
com.herroworld.imagegrabberexample.ImageGrabberExample.java