App written in Android kotlin that monitors your heart rate in real time on Wear OS devices
==================================================
This Wear OS app uses the Health Services API to retrieve data from the device's heart rate sensor in beats per minute (BPM) and displays the current reading, indicating sensor availability. App made in Android Kotlin aiding in learning the language.
- Real-time monitoring: Displays the updated heart rate.
- Availability indication: Indicates whether the sensor is available, acquiring data or unavailable.
- Permission request: Requests permission to access body sensors, if not already granted.
- Simple interface: Intuitive design for quick viewing of information.
- Kotlin
- Jetpack Compose
- Wear OS Health Services API
## Clone this repository
### $ `git clone https://github.com/Almir-git-unifc/heart_rate_monitor.git`
## Open the project in Android Studio.
## Run the Android Studio Wear OS Small Round API 34 - Android 14 Emulator
## Run this App on the emulator configured with support for body sensors
## Click on the 'Allow' button when you run the app on the Android emulator and are prompted for permission
## Select: 'While using app' or 'While using the app' on the next screen,
## Restart the app in the Android emulator to use the simulator data
After this You should now see heartbeats with random numbers sent by the Android emulator.
The Interrogation sign indicates that the app has not yet received data.
👤 Almir
- Github: @Almir-git-hub
