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.
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.
The following table is the detailed list of CustomListView_android.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE android.permission.WRITE_INTERNAL_STORAGE |
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.
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