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
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!