tags:

views:

31

answers:

1

Possible Duplicate:
xml parsing in android

what is use of xml prasing in android program

A: 

Take a look at http://stackoverflow.com/questions/3920106/android-sax-parser

Asahi