A simple Android application to download and display arbitrary images from a given URL..
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.
The following table is the detailed list of PictureDownloader.
Item | Value |
---|---|
Java File Count | 15 |
Activity Count | 2 |
jar files used | guava-17.0-sources.jar |
Required Permissions | android.permission.INTERNET |
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