Hello,
I have Watchface wich creates 3Layers in onIntialize() this works fine.
If the watch goes in sleep mode and comes back the layers seems not longer alive. The App crashes.
In case I create the Layers again I ran out of memory. This behavior is only seen in real live on the watch, not in Simulator.
Now I have to remove the layers from stack in onHide() and onExit() and set to null. In onShow() I have to recreate and redraw the layers.
Is this the right way to do it? Or is there a misunderstanding of the concept.
Thank you