Hi there!
I am trying to build a simple habit-tracking app for a Garmin Forerunner 645 music. My first view shows a small amount of data from Application.Storage on user-recorded habits from the last 10 days or so.
This shows up on the app carousel, but only after a delay - I would like it to show up instantly. To more fully describe the situation:
- *Current behaviour*: Upon cycling to my widget, there is a brief delay, during which the connect iq symbol and the app name are displayed on a black background. Then the app shows data as I have designed.
- *Desired behaviour*: The data is instantly visible upon cycling through the carousel - like some of the professionally written Garmin apps, the display simply rotates into position with the data already displayed.
Is there some way I can pre-load the view so that this can occur? Or is it just that my existing code is too slow?
Thanks a lot for any advice you can give!