Send Push notification in android

Shivam saxena picture Shivam saxena · May 25, 2012 · Viewed 17.9k times · Source

I want know something about push notifications. I am making a android apps and in this apps first user register to this android apps and data store on remote database which store on SQL SERVER and after that he logins. My question is that i want send notification to my android application user. How can i send notification? So, please give me good example or example link.

Thank you in advance.

Answer

Popa Andrei picture Popa Andrei · Aug 11, 2014

You can use Google Cloud Messaging. Here is the Android Documentation for this topic. An overview:

Google Cloud Messaging for Android (GCM) is a service that allows you to send data from your server to your users' Android-powered device, and also to receive messages from devices on the same connection. The GCM service handles all aspects of queueing of messages and delivery to the target Android application running on the target device. GCM is completely free no matter how big your messaging needs are, and there are no quotas.