Android Open Source - UI ListView Load gallery-in-listview






Project Summary

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...

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of gallery-in-listview.

ItemValue
Java File Count4
Target SDK Version19
Minimum SDK Version14
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.READ_EXTERNAL_STORAGE




Java Source Files

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