I am working over a project that has many services that need to download and upload data from time to time. I was wondering, if we increase the number of services in an app, is this going to affect the battery consumption? Will it heavily drain or so?
Share
As I said any process will set a higher load on the processor, consequently draining more battery. At this link you can see some of the features that drain more battery:
http://electronicdesign.com/ed-europe/what-drains-smart-phone-battery
If your app consumes that much battery I would advise you to program it accordingly. Try to lower the number of update calls, if possible.