Sync Web Service automatically in android -


my name arivalagan , i'm stuck in 1 concept,i want use auto sync in android application,web service synchronization happen automatically,can 1 give solution?

what mean autosync? depending on that, can use:

  • timer or alarm launch events (polling)
  • an android service run sync processes in background (polling)
  • push notifications sync on demand

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -