Skip to content

use the internal gyroscope to display some data with jetpack compose

Notifications You must be signed in to change notification settings

taitsmith/sensory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

use the internal gyroscope to display some data with jetpack compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages