I would like to implement something like the one described here while avoiding the use of a library
How to create circular ProgressBar in android?
I tried this way, which seemed to work fine for most people:
How to create circular ProgressBar in android?
My only problem (2 problems):
- Can't get round edges (like the ones in the question's picture) because has no effect on ring shape
- What if I want to make a non-full circle?
Can I achieve my goal using just XML? (no Canvas, no custom view)