How To Display Data In A ListView Once You Parse The XML With Nested Tag?
I have the XML file which is like this: http://www.someurl.com/documentSetting/members/0/701/66/videos/521/521.mp4
Solution 1:
Try using SAX Parser which is provided by Android.
Here's a good example how can u parse an XML file using SAX Parser method.
Post a Comment for "How To Display Data In A ListView Once You Parse The XML With Nested Tag?"