Hi I want to create a circle loader that animates from 0 to a variable int and fills in based on that number. For example, for the range 0 to 100, if the progress is 50 half the circle will be filled. How can I firstly create the shapes programmatically and then animate it?
something similar to this?