Send Push notification in android

17,951

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.

Share:
17,951
Shivam saxena
Author by

Shivam saxena

Updated on June 04, 2022

Comments

  • Shivam saxena
    Shivam saxena almost 2 years

    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.