I have wondered a lot on Internet. At last, here I am gonna ask for help from you guys :
I am working on an Android Application in which I have to inform user through "Status Bar Notification" whenever new data is available on my web server.
I have thought of running a service on the Android Device and continuously ping on web server in order to find whether new data is available.
Please suggest, is this the way to do this or there is another better way to do this?
Thanks in advance.