0

I'm creating an Android app and want to show all the individual details in an XML document. So far I can only display the last one in the list. The following is part of the XML I'm using:

<Northwest>
<cp name="PARNELL" spaces="194"></cp>
<cp name="ILAC" spaces="875"></cp>
<cp name="JERVIS" spaces="901"></cp>
<cp name="ARNOTTS" spaces="265"></cp>
</Northwest>

I want to display the name and spaces as labels in the app.

4

0 に答える 0