I'd like to add low/high HR alert to my datafield. I have it working, except that it alerts when the activity starts because the HR is still low. For example the user set that he wants to run in zones 2-3, and obviously at the beginning he's not even in zone 1.
I'm looking for an idea how to deal with it - maybe more from the user's point of view.
The only idea I could come up with was to not to fire low HR alert until 1 minute after the beginning of the activity (onTimerStart() for sure, but maybe also onTimerResume()?)