Android Open Source - UI ListView Load CSVListExample






Project Summary

A small example Android Application that demostrates how to use a CustomAdapter along with a ListView, to load and show some data from a CSV File..

Web Site / Source Repository

CSVListExample is hosted in the following web site
https://github.com/FoamyGuy/CSVListExample

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

ItemValue
Java File Count3
Target SDK Version16
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
Asset File Namesassets\states.csv




License

The license information of CSVListExample is as follows:

Apache License

Java Source Files

com.makemyandroidapp.example.csvlist.CSVAdapter.java
com.makemyandroidapp.example.csvlist.MainActivity.java
com.makemyandroidapp.example.csvlist.State.java