Hi guys, a basic question from a newbie with connectIQ...
I'm developing a DataField type application getting usefully data from the Activity.info in compute() method of DataField class.
So, I tried to save a .fit file and I needed to switch to an app´s type application to be able to use ActivityRecording class who provides the methods to manage .fit files, I could create and save an fit file but y I lost the execution of compute methods and the date provides by Activity.Info
The question are:
- Can I access in any way to Activity.Info from a App type application?
- If not.. are there another way to get distance, averageHeartRate, etc. ?
- If not.. I must to calculate averageHearRate using raw data from Sensor.hearRate? distance calculating raw data from Position.Info? etc.
Sorry for my beginner level question. Thanks.
Max