user3376321
user3376321

Reputation: 839

android: how to send notification from the server to the app

I want to send a notification vi web server to the app, actually I know how to use notification manager but i could not implement an activity or service that would listen if there any notification come from the web server . How could I do that ? thank you

Upvotes: 0

Views: 88

Answers (2)

Glenn Bech
Glenn Bech

Reputation: 6182

If you want a platform agnostic solution, you could also look at Parse Push. The API is very easy to implement in your app. https://parse.com/products/push

Upvotes: 1

zyamys
zyamys

Reputation: 1659

You can use Google Cloud Messaging.

Upvotes: 1

Related Questions