Jason Rogers
Jason Rogers

Reputation: 19344

Android Notify android phone from server

I'm starting to work on the next step of my application which requires communication to a server, and more importantly being able to receive information from a server.

the concept is simple I want to be able from a server to tell the android device of a particular user that there is new informations (and xml file) to run in the application.

Since I'm completely ignorant in this area of programming my question is simple:

Can/How can I do that ?

Upvotes: 0

Views: 1383

Answers (1)

Joakim Berglund
Joakim Berglund

Reputation: 2871

You should use Push notifications (requires Android 2.2, and is currently only launched in Labs, and not universally available). There's more information regarding Push over here.

Upvotes: 1

Related Questions