Hey guys!
I'm new to Garmin watchface development, just started monkeying around with it. But I have some questions regarding the best way to handle the low power mode for watchfaces.
I was thinking to hide different elements from the UI that I defined in layout xml, but I do not know how to do that.
Another way is to create a different layout for low power mode, but I do not know how to load the new layout when the power mode changes.
Also. there is the option to draw every icon and text programatically in the onUpdate() function and decide what to draw or not and where to draw it, depending of the device the watchface is running on, but I'm not a big fan of this idea...
Any tips and trick regarding these issues for noobs?
Thanks.