Simple implementation of Android C2DM required

余生颓废 提交于 2019-12-03 13:34:26

问题


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


回答1:


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!




回答2:


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.



来源:https://stackoverflow.com/questions/3775732/simple-implementation-of-android-c2dm-required

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!