This is a project that will enable android developers to load images asynchronously inside lists, views etc...
android-image-loader is hosted in the following web site
https://github.com/darko1002001/android-image-loader
If you think the Android project android-image-loader 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 android-image-loader.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 7 |
Activity Count | 1 |
jar files used | image-loader-1.2.2.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in android-image-loader. The names of the image files are listed as follows.
error.png loading.png
The following screenshort is generated from the image listed above.
android-image-loader has the following Java source files.
com.dg.libs.android.imageloader.ImageLoader.java com.dg.libs.android.imageloader.ImageLoaderListener.java com.dg.libs.android.imageloader.PhotosQueue.java com.dg.libs.android.imageloader.queue.DequeStrategy.java com.dg.libs.android.imageloader.queue.QueueStrategy.java com.dg.libs.android.imageloader.queue.StackStrategy.java com.dg.libs.android.imageloader.sample.DemoApp.java com.dg.libs.android.imageloader.sample.HelloAndroidActivity.java