gpt4 book ai didi

android - 从 sdcard 获取 xml 文件到 android 应用程序?

转载 作者:行者123 更新时间:2023-11-29 22:21:09 25 4
gpt4 key购买 nike

我需要将一个 xml 文件从 sdcard 保存到我的 android 应用程序,在 res/values 中。我怎样才能做到这一点?谁能帮帮我?

最佳答案

只需对 sdcard 上的 xml 文件使用 java 文件命令。

File file=new File("/mnt/sdcard/example.xml");

并使用 DOM 或 SAX 解析器,您可以为您的应用程序解析其中的数据(信息)。

谢谢。

编辑:parsing local xml file using Sax in android , Read XML Resources in Android, using XmlResourceParser: XML parsing interface HereHere查看这些教程。

关于android - 从 sdcard 获取 xml 文件到 android 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7158591/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com