下载 RSS 源时的进度条

发布于 2024-11-28 22:12:42 字数 163 浏览 0 评论 0原文

我正在开发一个程序来解析特定的 RSS 费用,并尝试在下载和解析提要时显示进度条。我浏览了 Android 开发人员教程,发现有些人使用异步任务,而另一些人则使用处理程序。我已经尝试了很多示例,但没有一个可以正常工作。我要么得到“强制关闭”,要么进度条根本不会显示。

关于最好的方法有什么建议吗?

I'm working on a program to parse a specific RSS fees and I'm trying to display a progress bar while the feed is downloaded and parsed. I've looked through the android developer tutorials and have noticed that some people use async task and others us handlers. I've tried many of the examples, but none of them work properly. I either get a "force close", or the progress bar won't display at all.

Any suggestions on the best way to do this??

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

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

发布评论

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

评论(1

玩世 2024-12-05 22:12:42

如果您想在单独的线程中执行一些后台工作,并根据该操作的状态更新 UI,AsyncTask 提供了一种更简单的方法。

AsyncTask provides an easier approach if you want to do some background work in a separate thread, and update the UI based on the status of that operation.

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