Tagged Questions
0
votes
3answers
373 views
Android: Best parser to parse XML data
I am developing an application in which the first time I am going to parse data from an xml file coming from a remote server.
But i am not able to select which parser is efficient or best suited for ...
0
votes
2answers
1k views
Android SDK: Xml Pull Parser - How to get the node name
I am using the Xml Pull Parser to parse some Xml from a URL. I'm retrieving the values of the nodes without any problem, however I can't seem to get the node name - it's just returning null.
For ...