How to draw circle with partitioned in android?
问题 I want to draw this type of circle in my application. I am able to draw circle using Canvas but I can't get any idea about how to make partitioned? Can anyone suggest me how can I make partitioned of circle? Edit:- I want to draw line that are in inner circle. Thanks in advance. 回答1: Here's the working code for your requirement.... Editing the code:- Paint paint1 = new Paint(); Paint paint2 = new Paint(); Paint paint3 = new Paint(); Paint paint4 = new Paint(); Paint paint5 = new Paint();