Android 彗星库

发布于 2024-11-02 14:02:16 字数 326 浏览 3 评论 0原文

任务:将消息从服​​务器发送到 Android 客户端,并最小化响应时间。

有人告诉我 COMET 是执行此操作的好方法。我找到了 this 链接,但作为客户端代码,只有 javascript显示。所以,有必要用java实现它,但我想知道有没有现成的comet库用于android或纯java?

或者还有其他一些好的方法来执行消息传递吗?

我想强调的是,服务器轮询是不可接受的,因为它需要大量流量并且速度非常慢。

Task: Send messages from server to the android client with response-time minimization.

I've been told that COMET is a good way to perform it. I found this link, but as a client side code only javascript is shown. So, it is neccesary to implement it in java, but I wonder is there any ready comet library for android of for pure java?

Or are there some other good ways to perform messaging?

I want to highlight that server-polling is not acceptable, as it requires much traffic and is very slow.

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

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

发布评论

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

评论(1

拍不死你 2024-11-09 14:02:16

如何使用云到设备消息传递 (C2DM) 服务在服务器上有新数据可用时获取推送通知?这是否能产生足够的“响应时间最小化”?

How about using cloud to device messaging (C2DM) services to get push notifications when new data is available at the server? Does this yield enough "response time minimization"?

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