Android Twitter4j 自动更新

发布于 2024-10-31 02:02:49 字数 204 浏览 0 评论 0原文

我们正在将 Twitter 集成到我的 Android 应用程序中。 我们正在使用 Twitter4j 库,并且能够通过 gettimeline API 读取推文。

任何人都知道任何 API(来自 twitter 或在库中编写)将直接调用我的应用程序中的回调函数。 我的目的是避免应用程序中定期调用 api。

有人可以帮忙吗?

问候, 达内什

We are integrating twitter to my android application.
We are using Twitter4j library and are able to read the tweets by gettimeline Apis.

Anyone aware of any APIs(From twitter or written in library) which will directly invoke a call back function in my application.
My intention is to avoid periodic api calls in application.

Can anyone help?

Regards,
Dhanesh

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

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

发布评论

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

评论(1

余厌 2024-11-07 02:02:49

这可以通过 twitter4j 的流 API 来完成,不是吗?

否则,每 30 分钟左右使用一次 AlarmManager 将是一个很好的解决方案。或者使用谷歌的云设备。

This can be done with the streaming API of twitter4j, no?

Otherwise using AlarmManager every 30 min or so would be a good solution. Or use cloud to device from google.

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