RoMote icon indicating copy to clipboard operation
RoMote copied to clipboard

Improve energy efficiency by applying Dynamic Retry Delay Energy Pattern Energy Pattern

Open anasofiagribeiro opened this issue 4 years ago • 0 comments

This improves the energy efficiency of wseeman by applying the Dynamic Retry Delay Energy Pattern and the Cache Energy Pattern for mobile applications.

The energy pattern was applied in CommandService.java and AndroidManifest.xml. The general idea is to avoid accessing an internet connection if the connection is down. In particular, a class NetworkStateReceiver will be created in the java file that checks for an internet connection.

anasofiagribeiro avatar Aug 06 '20 21:08 anasofiagribeiro