5

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?

Sandy
  • 6,285
  • 15
  • 65
  • 93

2 Answers2

4

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?

Community
  • 1
  • 1
Josnidhin
  • 12,469
  • 9
  • 42
  • 61
1

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?

Community
  • 1
  • 1
sherif
  • 2,282
  • 19
  • 21