Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 990 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 990 Bytes

SENSORY (because it uses sensors)

Screenshot_20230628_151642

Screenshot_20230628_152008

sensory uses the internal sensors to detect rotation about the x y and z axis, and uses vico to visualise those rotations on a chart. rotations are also visualised by changing background colors in three separate text boxes, each representing an axis of rotation. the app allows users to select the frequency of chart updates and stop / start the sensors by clicking a button. starting the sensors will hide the option to update frequency and instead display the text views visualising rotation. stopping the sensors switches back.

sensory is written (almost) entirely in jetpack compose. it also uses hilt for dependency injection and mockito for unit tests.