How can i get notifications from server to android device?

Posted by Vaibs on Stack Overflow See other posts from Stack Overflow or by Vaibs
Published on 2012-09-22T09:28:16Z Indexed on 2012/09/22 9:37 UTC
Read the original article Hit count: 256

Filed under:
|
|

I am creating a app wherein user shares some information. This data i am storing it in database through servlets i.e. i am calling my own servlets which will take data through url and store it in database. So i want other users of that same app to get notify that some information is available and in turn they will get the information that other user has updated. For this to work we can use polling or pusher. But polling will take lots of battery power. I have tried C2DM but its not working for me. So i am thinking for some other mechanism by which i can implement other than C2DM. Please suggest some way to work it. and e.g. if u have came across.

© Stack Overflow or respective owner

Related posts about android

Related posts about servlets