android - Downloading xml from web and using xmlpullparser -
i new android community , want learn how steps
i have link http://one.zero.two.two:8080/ofpb%20v2/contacts.xml
note : tomcat running & numbers changed words because of post problems
which contains these values :
<contacts> <contact> <name>will</name> <address>add1</address> <phone>92</phone> <age>8</age> </contact> <contact> <name>dean</name> <address>add2</address> <phone>925738132</phone> <age>18</age> </contact> <contact> <name>renz</name> <address>add3</address> <phone>1329871287</phone> <age>18</age> </contact> <contact> <name>louie</name> <address>add4</address> <phone>987</phone> <age>18</age> </contact> </contacts>
how make android application , , post in list view ?
note : me reference on can idea on how this
thankyou
check out tutorial (from scratch) : http://www.androidhive.info/2011/11/android-xml-parsing-tutorial/
Comments
Post a Comment