I've been playing around with a few approaches at building watch faces.
I'm a bit confused by how often the screen is re-drawn, my understanding was that after some activity onUpdate() gets called once per second for six seconds and then once per minute in order to maintain a balance between good watch face aesthetics and battery life.
However, if I start up a new project in eclipse it demonstrates a simple watch face, which calls onUpdate() every second without fail so now I'm a bit confused why this happens. ( Code https://gist.github.com/hyakuhei/c543c41033891f8fccdf )
I'm sure there's some documentation I'm missing somewhere, can someone point me in the right direction please?
-Rob