Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Improve energy efficiency by applying Cache Energy Pattern #93

Merged
merged 1 commit into from
Oct 8, 2020

Conversation

anasofiagribeiro
Copy link
Contributor

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

The energy pattern was applied in PlayActionReceiver.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 the extra bundles changes.

@nvllsvm nvllsvm merged commit 5ae04b3 into nvllsvm:master Oct 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants