Search code examples
androidcanvasviewdrawinggeometric-arc

Drawing a Thick, Arched Line in Android


Greetings Everyone.

I was wondering how would I go about drawing an ached line on a canvas. If I were to continue this line it would make a perfect circle. I've got pie wedges which is close but I just want the outside of the wedge and it needs to be circular. What should I do


Solution

  • Canvas and the drawArc() function.