Reputation: 6353
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
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
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/
Seems stackoverflow has discussion on it
Does Android support near real time push notification?
Upvotes: 4