This repo facilitates drawables downloading, caching and displaying on Android platform. It contains an example project..
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.
The following table is the detailed list of AndroidAsyncDrawables.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 16 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
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