如何从服务器拉取数据

发布于 2024-12-19 06:08:13 字数 129 浏览 1 评论 0原文

我需要帮助来实施拉动系统。

在我的应用程序中,我有一个列表来显示将从服务器提取的更新数据。该列表将每 1 分钟刷新一次以更新其数据。只要我的应用程序处于活动状态,此刷新就会继续。任何建议或例子都会对我开展工作更有帮助。谢谢...

i need help for implementing a pulling system.

In my app I have a list to display updated data that will be pulled from a server. The list will refresh every 1 minute to update its data. This refresh will continue as long as my app is active. Any suggestion or example will be greater for me to carry out my work. Thanks...

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

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

发布评论

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

评论(1

表情可笑 2024-12-26 06:08:13

您可以做的是,在异步任务中,从网络服务下载您需要的所有数据。
在适配器中添加这些元素。然后每分钟调用这个 AsyncTask 并使你的 listView 无效。
让我知道这是否有效。

What you can do is, in an async task , download all the data you need from the web-service.
Add those elements in the adapter. Then every minute call this AsyncTask and Invalidate your listView.
Let me know if this works.

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