I am creating an application in which the user passes some information. I store this data in the database through servlets, that is, I call my own servlets, which will receive data via url and store them in the database. Therefore, I want other users of the same application to know that there is some information, and in turn they will receive information that another user has updated. For this we can use a survey or pusher. But polling will take a lot of battery power. I tried C2DM, but it does not work for me. So I’m thinking of some other mechanism with which I can implement, besides C2DM. Please suggest some way to work it. and for example if you come across.
source share