在 Android 应用程序中托管 Web 服务

发布于 2024-11-07 17:37:27 字数 173 浏览 0 评论 0原文

有什么方法可以从 Android 应用程序托管 Web 服务吗?我将通过 WCF 托管 RESTful 服务,并希望能够将数据“推送”到 Android 应用程序。我知道这可以通过轮询来完成,但我想尽量避免这种情况。我在想如果我可以从 Android 应用程序托管一个 Web 服务,我就可以从我的服务器调用它。任何想法将不胜感激。

Is there any way to host a web service from an Android application? I will be hosting RESTful services via WCF and would like to be able to "push" data to an Android app. I understand this could be done with polling but would like to try to avoid that. I was thinking if I could host a web service from the Android app, I would be able to call it from my server. Any ideas would be appreciated.

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

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

发布评论

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

评论(1

无畏 2024-11-14 17:37:27

您可以使用云到设备消息传递 (C2DM) 将数据从服务器推送到设备。这将消除不断轮询网络服务器以获取更新数据的需要。

然后,使用正常的 Web 访问方法来访问有关任何特定事件的服务器数据。

够好吗?或者您需要更多帮助?

恢复即可。

You can use Cloud to Device Messaging (C2DM) to push data from a server to the device. This will eliminate the need to keep polling a webserver for updated data.

Then, use normal web access methods to access a server's data on any particular event.

Good enough? or you need more assistance?

Just revert.

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