Android Open Source - Image imageview UrlImageViewHelper






Project Summary

Android library that sets an ImageView's contents from a url. Manages image downloading, caching, and makes your coffee too..

Web Site / Source Repository

UrlImageViewHelper is hosted in the following web site
https://github.com/koush/UrlImageViewHelper

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

ItemValue
Java File Count14
Target SDK Version17
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.INTERNET




License

The license information of UrlImageViewHelper is as follows:

Apache License

Resource Files

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

loading.png
transparent.png

The following screenshort is generated from the image listed above.

null

Java Source Files

com.koushikdutta.urlimageviewhelper.AssetUrlDownloader.java
com.koushikdutta.urlimageviewhelper.Constants.java
com.koushikdutta.urlimageviewhelper.ContactContentUrlDownloader.java
com.koushikdutta.urlimageviewhelper.ContentUrlDownloader.java
com.koushikdutta.urlimageviewhelper.DrawableCache.java
com.koushikdutta.urlimageviewhelper.FileUrlDownloader.java
com.koushikdutta.urlimageviewhelper.HttpUrlDownloader.java
com.koushikdutta.urlimageviewhelper.LruBitmapCache.java
com.koushikdutta.urlimageviewhelper.LruCache.java
com.koushikdutta.urlimageviewhelper.SoftReferenceHashTable.java
com.koushikdutta.urlimageviewhelper.UrlDownloader.java
com.koushikdutta.urlimageviewhelper.UrlImageViewCallback.java
com.koushikdutta.urlimageviewhelper.UrlImageViewHelper.java
com.koushikdutta.urlimageviewhelper.sample.UrlImageViewHelperSample.java