How To Extract XML Strings From an Android App's Data
I 开发者_StackOverflow社区have an app that pulls an XML file from a URL and saves it to its data/data/package.name/file.xml directory. All the XML is is strings. Say I want to reference the String named "restaurant1PhoneNumber". How do I extract it's string value in the XML file?
精彩评论