Android Open Source - Example project AndroidAsyncDrawables






Project Summary

This repo facilitates drawables downloading, caching and displaying on Android platform. It contains an example project..

Web Site / Source Repository

AndroidAsyncDrawables is hosted in the following web site
https://github.com/Cuillere/AndroidAsyncDrawables

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

ItemValue
Java File Count7
Target SDK Version16
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

AndroidAsyncDrawables has the following Java source files.

com.abecker.android.asyncdrawables.AsyncDrawables.java
com.abecker.android.asyncdrawables.AsyncDrawablesDescriptor.java
com.abecker.android.asyncdrawables.DiskCache.java
com.abecker.android.asyncdrawables.ImageCache.java
com.abecker.android.asyncdrawables.example.ImageAdapter.java
com.abecker.android.asyncdrawables.example.Images.java
com.abecker.android.asyncdrawables.example.MainActivity.java