What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Need help Parsing XML with SAX Parser

hichris123

New Member
Hi. I'm developing an app for train arrival times. I'm making an API call to a server with the arrival and departure times. I understand how to retrieve the XML, but I'm not quite sure how to parse it and display it in a TextView. My code is in StackOverflow here: java - Need help Parsing XML with SAX Parser Android - Stack Overflow. I'd love any help that you could provide me with. I've done a bit with coding in Android, but I'm still relatively new. Thank you for your help!
 
Back
Top