Hello again. Now that I have a working grasp on consuming complications (I'm device testing my update now), I would like to try and publish my glance as a complication.
So...My newb questions.
1) I know the Manifest modifier is currently broke and reported as such. When it is fixed, I just need to select the "Complication Publisher" box. Nothing more with that?
2) in my App, getApp() function, I use "return Application.getApp() as ZuluGlanceApp;" Does this need to change? I'm thinking about the Delegate(view) needed in the subscription version.
3) I have to add complications to my resources. I believe a new file "complications/complications.xml" under the resources folder will suffice, or do I add the complications publishing "stuff" to an existing file?
4) My glance calculates 4 different pieces of zulu time information. Can I only publish one of those pieces, or is each piece considered a complication that can be published from one app? Garmin website's Core Topics is a bit muddy on this (the glancePreview explanation is throwing me)
5) There was some discussion about running a background process in the glance to keep the info current and available to the calling WF. Mine does calculations based on information provided by Toybox.Time.Gregorian only (no outside connection used). My understanding is that I still need to add some kind of background process to the glance. For example, I could move the Julian day calculated, which updates every day, to a background process. Is this correct?
Thanks