Android C2DM Test

This repository contains a android application that are a project of Rickard Pettersson (http://www.RickardP.se) for testing C2DM

This project is only for learning and testing C2DM, i using some code from the chrometophone project, that you can find at http://code.google.com/p/chrometophone/

Only thing to get this application to work you change the two strings "yourgoogleaccount" in C2DM.java and C2DMReceiver.java and then you see in the LogCat window in Eclipse the logs from the application, its not doing so match more then registry the application and get the registration id that the backend server needs to send message to it, then its listening for messages to come and logging everything to LogCat.

For server backend check my project called appengine-c2dm-test (https://github.com/RickardPettersson/appengine-c2dm-test)