7
votes
1answer
136 views

What is the proper way to initiate network communication based on receiving a Broadcast Intent?

I'm getting started with Google's C2DM. Part of this process involves receiving a Broadcast Intent when registration has occurred. In Google's official C2DM documentation, the example code shows the ...
1
vote
1answer
177 views

How to get server updates while app is open?

Hey this was probably asked a couple of times but I can't seem to find it. Androids C2DM service allows to send message to an application when it's not active right? So it's useful to send ...