android practical work - parse Paris velib's stations xml file and show the result in a listview.
velib_TP is hosted in the following web site
https://github.com/nguyeti/velib_TP
If you think the Android project velib_TP 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 velib_TP.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [hdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\stations.xml |
There are 2 image files in velib_TP. The names of the image files are listed as follows.
icone_rouge.png icone_verte.png
The following screenshort is generated from the image listed above.
velib_TP has the following Java source files.
com.example.tpvelib.InfoStationActivity.java com.example.tpvelib.ListeStationVelibActivity.java com.example.tpvelib.ServiceStation.java com.example.tpvelib.StationAdapter.java velib.model.InfoStation.java velib.model.ListeDesStationsVelib.java velib.model.ListeDesStationsVelibI.java velib.model.StationVelib.java