Android 从服务器通知 Android 手机
我开始研究应用程序的下一步,这需要与服务器通信,更重要的是能够从服务器接收信息。
这个概念很简单我希望能够从服务器告诉特定用户的android设备有新的信息(和xml文件)要在应用程序中运行。
由于我对这个编程领域完全无知,所以我的问题很简单:
我可以/如何做到这一点?
I'm starting to work on the next step of my application which requires communication to a server, and more importantly being able to receive information from a server.
the concept is simple I want to be able from a server to tell the android device of a particular user that there is new informations (and xml file) to run in the application.
Since I'm completely ignorant in this area of programming my question is simple:
Can/How can I do that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该使用推送通知(需要 Android 2.2,目前仅在实验室中推出,并非普遍可用)。
有关推送的更多信息,请访问此处。
You should use Push notifications (requires Android 2.2, and is currently only launched in Labs, and not universally available).
There's more information regarding Push over here.