Publications

Luís Cruz [ Publications | Courses | Blog ]

Catalog of Energy Patterns for Mobile Applications

🏆 Best Presentation Award BENEVOL 2019

Authors: Luís Cruz and Rui Abreu

Published in: Empirical Software Engineering.

Abstract: Software engineers make use of design patterns for reasons that range from performance to code comprehensibility. Several design patterns capturing the body of knowledge of best practices have been proposed in the past, namely creational, structural and behavioral patterns. However, with the advent of mobile devices, it becomes a necessity a catalog of design patterns for energy efficiency. In this work, we inspect commits, issues and pull requests of 1027 Android and 756 iOS apps to identify common practices when improving energy efficiency. This analysis yielded a catalog, available online, with 22 design patterns related to improving the energy efficiency of mobile apps. We argue that this catalog might be of relevance to other domains such as Cyber-Physical Systems and Internet of Things. As a side contribution, an analysis of the differences between Android and iOS devices shows that the Android community is more energy-aware.

Bibtex (copy):
@article{cruz2019catalog, title={Catalog of energy patterns for mobile applications}, author={Cruz, Luis and Abreu, Rui}, journal={Empirical Software Engineering}, volume={24}, number={4}, pages={2209--2235}, year={2019}, publisher={Springer} }

Read me: Preprint. DOI: 10.1007/s10664-019-09682-0. 🌍Website.