Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple implementation of Android C2DM required

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

like image 510
Rahul Kalidindi Avatar asked Sep 23 '10 05:09

Rahul Kalidindi


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

like image 144
Nam Ngo Avatar answered Oct 05 '22 01:10

Nam Ngo


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.

like image 35
Tomas Malmsten Avatar answered Oct 04 '22 23:10

Tomas Malmsten