I played a little bit with Gear Watch Designer but it is better when you actually write your own code for a watch face.
I want to display the heart rate (bpm) in the same way I'm able to do the same thing in GWD where I can select from where to pick up the data. In this case from S Health Heart Rate.
I only found examples and docs on how you can get the heart rate using the sensors but it's not what I want. I want to get the info from another app (like SHealth) that already has this info.
Found "readRecordedData" and it says that If another application has recorded data for a particular human activity type, your application can read that data. Therefore, you can use this method to read without calling startRecorder()
But unfortunately, the first param can only have the value of HumanActivityRecorderType : PRESSURE. I don't want the pressure, I want the HR.
Any ideas on how I can get the heart rate from S Health?
I'm using Gear S3 Tizen 2.3.2 for development.
Thanks!