Interaction with datafield

Dear all,

I've been asked a question on the possibility to store the rate of perceived exertion (RPE) on the fly while recording an activity.

So, you are on a bike ride or on a run and you are recording a fit file in the usual way. At a certain point you want to store in the fit file a meta-data on the RPE.

Then, you use up/down buttons to select a value between 1 and 10 and hit enter to save the RPE to the fit file.

Do you think something like this is possible?

Thanks,

Stefano

  • The only way to interact with a DF is onTap() on non wearable touch devices (some edge devices for example).  If you want to store data for future use, you'll want to use Application.Storage and not a fit file.