A simple implementation of Android C2DM is required

I am trying to implement Android c2dm. I looked through the documentation and saw a note on the jump and chrome for sample phones that are provided ...

But I could not understand the process. It would be great if I could just implement c2dm where, when we send a request from the server, it displays a simple notification ... Plz Help

+6
android android-c2dm
source share
2 answers

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 will be very easy to digest. Good luck

+7
source share

I wrote this blog post about writing a c2dm server in Python some time ago: http://www.tomasmalmsten.com/2010/11/c2dm-server-application/ This is pretty simple to follow and provides most of the basic functions for it to work .

+2
source share

All Articles