Hi,
I want to design a new watchface and did some research in the app store first regarding the layout. I have seen a lot of watchfaces with a round progress bar, some of the progress bars are even interrupted in severeal segments.
In the API I can only find the class progress bar which has a very limited number of attributes and not intended to be shown rounded. Furthermore I can find very basic elements like drawCircle() and drawEllipse() but with those elements I have to code the progress completely new - futhermore I can't split the bar in several segments and would have to interrupt the bar by overlaying a line.
Is there another method which is more convenient? Do you have a code snippet?
Thanks for your help.