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 で TouchXML に相当するものは、私の知る限りありません。
XML ファイルのペーシングには SAXParser を使用できます。
このリンクはあなたに役立つかもしれません。