Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 923
Sandy Avatar asked Mar 17 '11 06:03

Sandy


1 Answers

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?

like image 80
Josnidhin Avatar answered Sep 28 '22 03:09

Josnidhin