as explained here (https://developer.android.com/training/wearables/watch-faces/service.html) to draw a watch face I have to use the method OnDraw, is that right? there are no alternatives?
is this a joke? no layout from xml management? no dpi management? no screen format management? etc etc?
really?
Please tell me I'm wrong!
PS this page (http://www.binpress.com/tutorial/how-to-create-a-custom-android-wear-watch-face/120) make a watch face using a normal activity, it's correct or not?