Reputation: 1549
I am working on an android app where I need to send a notifications to application from server when data on the server is updated. I have read about GCM and rss feed , but dont know how to implement it.
I want to know which procedure or technique is the best for this and how could I implement it. Please help I am eager to start working on this?
Upvotes: 0
Views: 317
Reputation: 1225
Here you will find steps to follow to create simple GCM client.
Also, a set of samples will be available when you install Extras/Google Cloud Messaging for Android Library from the SDK Manager. After installation, the sample sources will be available at %android install path%\android-sdk\extras\google\gcm\samples\
Upvotes: 1