I am currently experimenting with the recording module with the vivoactive, it seems to be working ok which is great :)
I notice when I am using the garmin supplied apps, when you save an activity, it displays a progress bar which moves along as the file is saved.
Is this at all possible with the Connect IQ SDK ? There just seems to be a save() function that returns true/false. Does not seem to be anyway of determining how long it might take so not sure how I can display a progress. I just want to make my apps behave as similar as I can to the default apps.
Also, can I get some confirmation from garmin, when I start / stop a session, the vivoactive will vibrate automatically. I noticed someone posted code yesterday where they are manually calling the Att.vibrate function. Do we have a list as to which devices will automatically vibrate and which ones don't? I assume the code I was shown yesterday will vibrate twice on my watch.
One more thing, what happens to a recording session if you don't save or discard it? When you click back out of the App does it automatically discard it?