Say, we have a widget that keeps track of some custom statistic. That's where all the logic is.
And then we have a watch face that wants to display this statistic by siphoning it from the widget.
Is this possible to do in principle?
TIA.
Say, we have a widget that keeps track of some custom statistic. That's where all the logic is.
And then we have a watch face that wants to display this statistic by siphoning it from the widget.
Is this possible to do in principle?
TIA.
If the watch supports complications, they can be published by the widget/device app and then displayed on the watch face. Here's a simple sample of a publishers and watch face.
This is spot on. Thanks a bunch, Jim !
From https://developer.garmin.com/connect-iq/core-topics/complications/
At the heart of the complications system is a publisher/subscriber system. The system publishes complication data for subscribers to consume. Connect IQ device apps and audio content providers can publish complication data, but only watch faces can subscribe to complication information.