Android Push Notification

25,408

Solution 1

This is the best C2dM documentation I've seen. It's in the form of a tutorial and it both explains how everything works, and provides sample code.

http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html

GCM is outdated. FCM comes as a replacement for GCM.

https://www.youtube.com/watch?v=uuiuVDb2bug

Solution 2

Here's the documentation for Firebase Cloud Messaging Service that replaces C2DM and GCM: https://firebase.google.com/docs/cloud-messaging/

Solution 3

C2DM has been officially deprecated as of June 26, 2012,instead of c2dm you can use android cloud to device management service(GCM)

Share:
25,408
Sugan S
Author by

Sugan S

Updated on July 31, 2022

Comments

  • Sugan S
    Sugan S almost 2 years

    I refered link a link to develop Push Notification but while running it show me the UI (main.xml). What should I do to create Push Notification (C2DM server) sample app?

  • Sugan S
    Sugan S over 12 years
    Ollie whether It's Working Properly
  • Mike
    Mike about 11 years
    Here is a good tutorial for GCM: <androidhive.info/2012/10/…>
  • Abandoned Cart
    Abandoned Cart about 11 years
    Your link appears broken, but it is a thorough tutorial at androidhive.info/2012/10/…