Do you want to know, how I created the above progress bar in canvas? then click here.
- Basics of canvas
- Creating a right angled triangle progress bar using
path
,drawPath
,drawRect
,clipPath
- Creating a circular progress bar using
drawCircle
anddrawArc
- Creating a GuageView progress bar using
drawArc
,drawInToCanvas
anddrawText