Hi --
I'd like to write a watch face that shows summary information from my last workout and wanted to see if there was a way to retrieve that information.
I discovered that Activity.Info will have some "last" workout data, but not much. Specifically, I'm looking for per second heart rate data of the activity AFTER the activity is complete.
Is there a way to pull per second heart rate data from an activity after the activity has been saved? Alternatively, is there a way to capture some Activity,info data right before an Activity completes?
Thanks!