I have an application that needs updating constantly. I would like to create a job (Service, thread ...?) that execute the polling over all the activities. I need to update some data even if i'm not on the activity that needs to.
I would not create a service because actually I don't need to update tha application along it is closed. What do you suggest? Thanks a.