Reputation: 1
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
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