Reputation: 113
I'm developing an Android application that has a list of items. What options do I have to make a background service to update that list from a webservice from time to time, asking first for the user permission? Can you provide code samples?
Thanks in advance!
Upvotes: 0
Views: 668
Reputation: 208022
you can search the stackoverflow site for example how to use alarms, broadcasts, services and threads
Upvotes: 2