Reputation: 73
I am trying to create an application in which i want to get continuous data update from server to my app.
I want to update my local database in a regular time interval like whatsapp or any real time app is doing.
I searched a lot and trying different ways but cant find a suitable way to do that.
Please somebody suggest me some links or code for that.
Upvotes: 2
Views: 1761
Reputation: 3359
For Android Application GCM(Google Cloud Messaging) is the best option for continuous getting update from server.
Upvotes: 1
Reputation: 3652
There are several way to get data from several in android app
Upvotes: 3