Android Open Source - Image url PictureDownloader






Project Summary

A simple Android application to download and display arbitrary images from a given URL..

Web Site / Source Repository

PictureDownloader is hosted in the following web site
https://github.com/archee/PictureDownloader

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

ItemValue
Java File Count15
Activity Count2
jar files usedguava-17.0-sources.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

PictureDownloader has the following Java source files.

com.archee.picturedownloader.ApplicationTest.java
com.archee.picturedownloader.PictureDownloader.java
com.archee.picturedownloader.async.AsyncImageCallback.java
com.archee.picturedownloader.async.DownloadImage.java
com.archee.picturedownloader.async.ImageResponse.java
com.archee.picturedownloader.storage.Storage.java
com.archee.picturedownloader.storage.StorageFactory.java
com.archee.picturedownloader.storage.domain.Entry.java
com.archee.picturedownloader.storage.domain.Gallery.java
com.archee.picturedownloader.storage.impl.CacheStorage.java
com.archee.picturedownloader.storage.impl.DatabaseStorage.java
com.archee.picturedownloader.utils.DateUtils.java
com.archee.picturedownloader.views.ClearableEditText.java
com.archee.picturedownloader.views.ListViewActivity.java