Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to implement an xml parser and the parsed result into an expandablelistview. Please help

share|improve this question

1 Answer

up vote 0 down vote accepted

Are you planning to write an XML parser just to print result in an expandablelistview? Why not use an XML parser that already exist to do the job?
What is expandablelistview anyway?

share|improve this answer
Ordinary List view cannot show section headings, i want a tableview structure just like that in iphone – xydev Oct 27 '10 at 10:46
I did not notice android tag before. I have not worked on Android, but I guess you already are aware about class mentioned at developer.android.com/reference/android/widget/… if you are looking for information on how to you parse an XML you can use XML parsers like DOM parser. Although Android SDK already provides API to parse XML you can take a look at developer.android.com/reference/android/util/Xml.html You can find a lot of examples on how to parse XML for example java-tips.org/java-se-tips/javax.xml.parsers/… – ch4nd4n Oct 27 '10 at 10:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.