dsgrant07
dsgrant07

Reputation: 315

Send periodic information/messages to Android app

I have a simple Android app that accesses data (XML) from a Visual Studio web service.

I would like to send data to the Android app at various intervals with the web service initiating the communication that is not as a response.

Without using an RSS feed, how would the web service know where the data is to be sent and how would this be implemented?

How would the android up be set up to expect and receive this data

Upvotes: 1

Views: 283

Answers (1)

JeanLuc
JeanLuc

Reputation: 4903

if you're targeting android 2.2 and higher, you can take at look at this Android Cloud To Device Messaging

Upvotes: 2

Related Questions