an android program that loads all gallery images from a device and displays them in a listview with some performance optimization such as AsyncTask and LRUCache...
gallery-in-listview is hosted in the following web site
https://github.com/past5/gallery-in-listview
If you think the Android project gallery-in-listview 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 gallery-in-listview.
Item | Value |
---|---|
Java File Count | 4 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE |
gallery-in-listview has the following Java source files.
com.past5.galleryinlistview.BitmapCache.java com.past5.galleryinlistview.ImageLoaderTask.java com.past5.galleryinlistview.MainActivity.java com.past5.galleryinlistview.SyncCounter.java