Push Notifications in Android Platform
Posted
by Vinod
on Stack Overflow
See other posts from Stack Overflow
or by Vinod
Published on 2009-09-04T11:25:06Z
Indexed on
2010/03/18
22:51 UTC
Read the original article
Hit count: 148
I am looking to write an app which received pushed alerts from a server. I found a couple of methods to do this. 1) SMS - Intercept the incoming SMS and initiate a pull from the server 2) Poll the server periodically
Each has its own limitations. SMS- no guarantee on arrival time. Poll may drain the battery.
Do you have a better suggestion please?. Thanks much.
© Stack Overflow or respective owner