Android Twitter4j 自动更新
我们正在将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以通过 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.