Push Notifications in Android Platform

I am looking to write an app that receives 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 very much.

20 Answers
20

Leave a Comment