Amit
Amit

Reputation: 1

How to send Push notification to a particular user using GCM

I have created an application which is fetching data from server and displaying the data to a particular user. Now I want that if any record is inserted in the database which is on the server the particular user get the push notification from the server.

Upvotes: 0

Views: 1648

Answers (1)

Rushabh Patel
Rushabh Patel

Reputation: 3080

Checkout this link to implement GCM for your android powered device.

Android GCM Push Notification Demo

Also you need to implement a server side implementation to configure you server with GCM compatible.

Hope it will help you.

Upvotes: 1

Related Questions