I have an Android app that connects to a mqtt broker, via telephone network, to exchange data with the main db residing on a Windows PC
I'm noticing that leaving the app on the battery consumption of the device, in my case a tablet, is much greater than when the app is not active
I would try to optimize the app, to reduce battery consumption
Question is: how to understand which areas of the code are the ones that consume more energy than others?
I'm noticing that leaving the app on the battery consumption of the device, in my case a tablet, is much greater than when the app is not active
I would try to optimize the app, to reduce battery consumption
Question is: how to understand which areas of the code are the ones that consume more energy than others?