Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iphone 中的 touchxml 解析器非常快,android 中是否有这样的同等解析器,或者有这样快速解析的技巧?
Android中的TouchXMLleequivalent,据我所知没有。
您可以使用 SAXParser 来处理 XML 文件。
此链接可能对您有所帮助。