https://github.com/android/android-health-connect-codelab
https://github.com/android/android-health-connect-codelab
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/android/android-health-connect-codelab
- Owner: android
- License: apache-2.0
- Created: 2023-04-12T07:55:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T10:24:53.000Z (about 1 year ago)
- Last Synced: 2025-03-26T23:07:21.377Z (about 1 year ago)
- Language: Kotlin
- Size: 827 KB
- Stars: 47
- Watchers: 4
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Health Connect Codelab
This repository contains a codelab to help you get started writing [Health Connect][health-connect] apps for Android.
## Setup
You will need:
* An Android device or emulator running API level 27 or greater
* The [Health Connect APK][health-connect-apk] installed on the device or emulator (for Android 13 and lower)
## Screenshots

## Getting started
This sample uses the Gradle build system. To build this project, use the "gradlew build" command or "File > Open" in Android Studio.
## Support
If you've found an error in this codelab, please file an issue:
https://github.com/android/android-health-connect-codelab/issues
Patches are encouraged, and may be submitted by forking this project and
submitting a pull request through GitHub. Please see [CONTRIBUTING][contributing] for more details.
[health-connect]: https://developer.android.com/health-connect
[health-connect-apk]: https://play.google.com/store/apps/details?id=com.google.android.apps.healthdata
[contributing]: ./CONTRIBUTING.md