I am creating an app for Android phones. I want to read data from Samsung watch 5 in that app. There is a lot of confusion.
Should I use
- Google Fit API
OR
- Health Connect ?
I started with "Health Connect" as I am under the impression that it'll fetch the Health data from the Samsung Health app. Am I thinking in right direction?
From here https://github.com/android/health-samples I fetched the Health Connect Sample app, and installed it on my Android phone. I thought it'll fetch the data from Samsung Health app, but it does not do it. It writes some sample data and then reads it back.
I want to read health data coming from the watch, how do I achieve this?