From where (useful links)should start (I need the basics) to Write Server side implement using PYTHON(GAE) for push notifications for **"android" app?
相关问题
- how to define constructor for Python's new Nam
- How can I create this custom Bottom Navigation on
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Bottom Navigation View gets Shrink Down
Google has a great introduction to setting up push notifications using their new system: Google Cloud Messaging. For more info see the getting started guide here:
http://developer.android.com/guide/google/gcm/gs.html
Since you are using google app engine, check out the demo app that uses app engine. Here is the server side code segment for app-engine users:
http://developer.android.com/guide/google/gcm/demo.html#appengine-setup