Android Open Source - UI ListView Display CustomListView_android






Project Summary

Demonstrate how to use a custom listView which displays on each lines a picture with its set of tags (which describe the picture) and an event on item click to display a fullscreen of the picture.

Web Site / Source Repository

CustomListView_android is hosted in the following web site
https://github.com/Alex-DG/CustomListView_android

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

ItemValue
Java File Count8
Supported screen sizes[hdpi]
Target SDK Version18
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.WRITE_INTERNAL_STORAGE




Resource Files

There are 4 image files in CustomListView_android. The names of the image files are listed as follows.

icon_erro.png
icon_sucess.png
list_placeholder.png
stub.png

The following screenshort is generated from the image listed above.

null

Java Source Files

CustomListView_android has the following Java source files.

com.example.Adapter.LazyAdapter.java
com.example.AsyncTask.FullScreenDownloadTask.java
com.example.AsyncTask.ImageLoader.java
com.example.AsyncTask.JsonDownloaderTask.java
com.example.Help.JSONParser.java
com.example.samplelist.FullscreenActivity.java
com.example.samplelist.MainActivity.java
com.example.samplelist.Wallpaper.java