/appengine-c2dm-test

Test of C2DM att AppEngine backend server

Primary LanguageJava

AppEngine C2DM Test

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

The project is only for testing and learning how C2DM working, its logging everything to LogCat in Eclipse.

To get the project to work you finding some config settings in ServerConfig.java and some message settings in the AppEngine_C2DM_testServlet.java file.

This project works good with the Android application project called android-c2dm-test (https://github.com/RickardPettersson/android-c2dm-test)