需要简单实现 Android C2DM
我正在尝试实现 Android c2dm。我查看了文档并看到了提供的跳转注释和 chrome 到手机示例...
但我无法真正弄清楚该过程。如果我可以简单地实现 c2dm,当我们从服务器发送请求时,它会显示简单的通知,那就太好了...请帮助
I am trying to implement Android c2dm. I have looked into documentation and seen the jump note and chrome to phone samples that are provided...
But i couldnt really figure out the process. It would be great if i could simple implementation of c2dm where in when we send a request from server, it displays simple notification... Plz help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请查看我的开源项目: http://github.com/geeknam/Push-Contacts< /a>
服务器端是用Python编写的。如果你熟悉Python,代码会很容易理解。祝你好运!
Please take a look at my open source project at: http://github.com/geeknam/Push-Contacts
The server side is written in Python. If you are familiar with Python, the code would be very easy to digest. Good luck!
我不久前写了一篇关于用 Python 编写 c2dm 服务器的博客文章: http ://www.tomasmalmsten.com/2010/11/c2dm-server-application/ 它非常容易遵循,并提供了使其工作的最基本的功能。
I wrote this blog entry about writing a c2dm server in Python a little while back: http://www.tomasmalmsten.com/2010/11/c2dm-server-application/ It's pretty simple to follow and provides the most basic functionality for getting it to work.