Need help Parsing XML with SAX Parser

hichris123

New Member
Joined
Sep 20, 2013
Messages
1
Reaction score
0
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!
 
Top