hi I want to implement push notification in android. I have search for push notification and know that for push notification I have to use C2DM. For use of C2DM I have to keep connection live from my device. I want to get a counter from website when a counter changed.For that I have made a service and I am starting that service in every 5 minutes interval time. so is it proper way to start service at every 5 minutes or i have to use C2DM ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Broadcast receiver is opt for push notification . |
|||||
|
|
I was want to get counter from webservice and want to update in application when ever it changed for that I had write a service and its work to make connection to webservice and get a count.I am starting this service at every 10 or 15 minutes and after getting counter i am dismissing this service and schedule after next 10 minutes.It is working fine for me. |
|||
|
|