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
Post a Comment