-1

is there a tutorial that shows how to use Android Device to Cloud Messaging Framework c2dm with a web service to get updates in an xml file

Adinia
  • 3,722
  • 5
  • 40
  • 58

1 Answers1

0

Here are a couple of resources which show how to use C2DM. I'm using them to build a messaging system with REST calls to a WCF service - the code's not that different. Marakana is pretty good as well as Lars Vogel's Tutorial

John J Smith
  • 11,435
  • 9
  • 53
  • 72