I have a PNG of a full circle. I would like to do an animation of the circle being drawn through each quadrant (as in it draws itself clockwise). How can i do this? anyone with an example?
You might be able to do something with Canvas.clipPath(Path)
in a custom view.