This repository contains an Android Jetpack Compose application that displays gyroscope sensor values.
- The application is built using Jetpack Compose, Android's modern toolkit for building native UI.
- It uses the
SensorManagerto access the device's gyroscope sensor. - The application displays the gyroscope sensor values for the X, Y, and Z axes.
- The sensor values are updated in real-time as the device moves.
- Clone this repository using
git clone https://github.com/KarthiDreamr/GyroSensing-Android-Jetpack.git - Open the project in Android Studio Arctic Fox or later
- Run the app on an emulator or a physical device
This project is licensed under the GNU General Public License (GPL-3.0). The GPL is a strong copyleft license that requires improvements to be shared back with the community. For more information, see the LICENSE file.
