FastImage library gives you fast and easy way to handle remote image loading on Android..
fastimage is hosted in the following web site
https://github.com/codingfingers/fastimage
If you think the Android project fastimage 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 fastimage.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 13 |
Minimum SDK Version | 4 |
Activity Count | 1 |
jar files used | fastimage-lib.jar guava-12.0.jar guava-12.0.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 5 image files in fastimage. The names of the image files are listed as follows.
back.png background.9.png list_photos_no_image.png menu.png tile.9.png
The following screenshort is generated from the image listed above.
fastimage has the following Java source files.
com.codingfingers.fastimage.examples.flicr.MainActivity.java com.codingfingers.fastimage.examples.flicr.PhotosAdapter.java com.codingfingers.fastimage.examples.flicr.remote.EntryListReader.java com.codingfingers.fastimage.examples.flicr.remote.EntryReader.java com.codingfingers.fastimage.examples.flicr.remote.EntryVO.java com.codingfingers.fastimage.examples.flicr.utils.BitmapUtils.java com.codingfingers.fastimage.examples.flicr.utils.IOUtils.java com.codingfingers.fastimage.examples.flicr.utils.SquareLayout.java com.codingfingers.fastimagelist.FastImageDownloader.java com.codingfingers.fastimagelist.bitmap.BitmapHolder.java com.codingfingers.fastimagelist.cache.AbstractCache.java com.codingfingers.fastimagelist.cache.CacheHelper.java com.codingfingers.fastimagelist.cache.FastImageCache.java