Parsing and ListView problems.
Hello. First of all, i'm a real newbie, so....i need your help if you have some minutes for me.
I am trying to do my first app and i need to parse an xml file situated in a webserver, and to place all the variables into a listview.
I have allready tried to understand the httputils exemple, and also the flickerviewer exemple...but i'm kinda zero into programation...i'm learning all by my self. So please help me.
The xml file looks like this...
<response>
<info0>0</info0>
<info1>0</info1>
<info2>0</info2>
<info3>0</info3>
<info4>0</info4>
<info5>0</info5>
<info6>0</info6>
<info7>0</info7>
</response>
And i have to download it from a webserver like... 192.168.2.50/status.xml.
Thank you all:sign0085:
Hello. First of all, i'm a real newbie, so....i need your help if you have some minutes for me.
I am trying to do my first app and i need to parse an xml file situated in a webserver, and to place all the variables into a listview.
I have allready tried to understand the httputils exemple, and also the flickerviewer exemple...but i'm kinda zero into programation...i'm learning all by my self. So please help me.
The xml file looks like this...
<response>
<info0>0</info0>
<info1>0</info1>
<info2>0</info2>
<info3>0</info3>
<info4>0</info4>
<info5>0</info5>
<info6>0</info6>
<info7>0</info7>
</response>
And i have to download it from a webserver like... 192.168.2.50/status.xml.
Thank you all:sign0085:
Last edited: