This one's a bit of a doosie (putting it lightly...), but there's a lot of wow factor. Google App Engine's default API sample is a push notification server for Android. We already have all the API keys for it and everything.
Here are the attached generated Eclipse/App Engine projects:
Convert the DeviceInfo/Message/blah server-side classes to Objectify.
Figure out what the hell they're doing on the client side (prob. just HTTP?)
Figure out what/when/why we want to send a user notifications
Figure out the APIs involved in responding to the notification (i.e., the pull down notification center thingy), the sample app just pops back to the app.
This one's a bit of a doosie (putting it lightly...), but there's a lot of wow factor. Google App Engine's default API sample is a push notification server for Android. We already have all the API keys for it and everything.
Here are the attached generated Eclipse/App Engine projects: