Code for smartwatch sensor reading should be structured in a way that allows to easily add more sensors to both the logic as well as the UI. Create a package for health monitoring (later we will have another one for reminders), use proper classes and methods to keep different concerns separate.
Code for smartwatch sensor reading should be structured in a way that allows to easily add more sensors to both the logic as well as the UI. Create a package for health monitoring (later we will have another one for reminders), use proper classes and methods to keep different concerns separate.