saulhdev / ZimLX

Open Source and free launcher for Android
Other
151 stars 26 forks source link

Improve energy efficiency by applying Cache Energy Pattern #85

Closed anasofiagribeiro closed 4 years ago

anasofiagribeiro commented 4 years ago

This improves the energy efficiency of ZimLx by applying the Cache Energy Pattern for mobile applications.

The energy pattern was applied in SessionCommitReceiver.java and WorkspaceAndHotseatScrim.java . The general idea is to avoid performing unnecessary operations by using cache mechanisms. In particular, the operations in method onReceive will only execute if session and user change (for the first java file) and if the action changes (for the second java file).

saulhdev commented 4 years ago

Thank you so much for your support. This app is no longer being developed.

can you please add a pull request in the new Project? Omega Launcher

Thanks