Sandy
Sandy

Reputation: 6353

How to PUSH a notification from my server to my Android App?

I want to control PUSH notification own, without using third party server like for C2MD need to PUSH notification through Google server. So there is any idea, How can i achieve this for Android?

Upvotes: 5

Views: 5604

Answers (2)

sherif
sherif

Reputation: 2332

Im not sure if it answers your question but have you considered xmpp? Or this http://android-developers.blogspot.com/2010/05/android-cloud-to-device-messaging.html similar topic Does Android support near real time push notification?

Upvotes: 1

Josnidhin
Josnidhin

Reputation: 12504

You could use a persistent TCP/IP connection for achieving this.

Some resources for your reference

http://tokudu.com/2010/how-to-implement-push-notifications-for-android/

http://mqtt.org

Seems stackoverflow has discussion on it

Does Android support near real time push notification?

Upvotes: 4

Related Questions