Can someone give some briefing or perhaps more detailed information on the differences between the Android background service and the alarm manager?
How do they differ? And in what situation should I use each?
I am developing an application that needs to periodically download data from a web service. The application has several modules, and each module has a different time interval in order to download / synchronize data with the web service.
Let's say + Module A needs to be synchronized every 15 minutes + Module B needs to be synchronized every 1 hour + Module C needs to be synchronized every day + Module D needs to be synchronized weekly + Module E needs to be synchronized monthly
Which approach is better? And why?
Hello
source share