Hi,
I m working to optimize my watch face.
Then i only redraw elements wich needed to be redraw due to value change.
When i switch from watch face to widgets list and back no problem. i guess view.onupdate is called and then all draw() from drawables are called.
But when i switch to activity and back to watch face i got a display bug. drawables are displayed 2 times with first a lower sized layout. (no full clear called)
I woul know how to detect back from activity list to force full redraw.
Thank for any suggest.