在android中解析plist并在列表视图中显示数据

发布于 2024-11-19 17:04:40 字数 167 浏览 1 评论 0原文

我是 android 初学者,我的要求是解析 plist 文件并在列表视图中显示其结果。

列表视图包含图标图像、图标名称和显示购买该图标的价格的图像按钮。

我已经为此苦苦挣扎了几天,有人可以告诉我解决方案吗?

提前致谢,

Tejaswi Marakini

I am beginner in android, my requirement is to parse a plist file and display its result in the list view.

List view contains an icon image, Name of the icon and an image button which shows price to buy that icon.

I am struggling from few days on this, can anybody let me know the solution?

Thanks in advance,

Tejaswi Marakini

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千柳 2024-11-26 17:04:40

由于 plist 包含 xml,因此您应该使用 xml 解析器。用户 SAX 或 Pull 解析器。使用自定义列表适配器在 ListView 中显示内容

查看这些示例

http://android-er.blogspot.com/2010/04/simple-rss-reader-in-listview.html

http://p-xr.com/ android-tutorial-how-to-parseread-xml-data-into-android-listview/

As plist contains xml, you should use xml parser for that. User SAX or Pull parser. Use custom list adapter to show the content in ListView

Have a look on these examples

http://android-er.blogspot.com/2010/04/simple-rss-reader-in-listview.html

http://p-xr.com/android-tutorial-how-to-parseread-xml-data-into-android-listview/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文