Eli Moon
Eli Moon

Reputation: 73

Android: continuous getting update from server

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

Answers (2)

Krupa Patel
Krupa Patel

Reputation: 3359

For Android Application GCM(Google Cloud Messaging) is the best option for continuous getting update from server.

Try This: http://androidexample.com/Android_Push_Notifications_using_Google_Cloud_Messaging_GCM/index.php?view=article_discription&aid=119&aaid=139

Upvotes: 1

Ashish Kasma
Ashish Kasma

Reputation: 3652

There are several way to get data from several in android app

  1. Google provided options - GCM, step by step can be read from this article
  2. I read one article on code project , although i never used it but it looks good

Upvotes: 3

Related Questions