Hi, I want to create a circular loader that animates from 0 to an int variable and populates based on this number. For example, for a range from 0 to 100, if the progress is 50, half the circle will be filled. How can I first create shapes programmatically and then animate them?
something like this?

source
share