I want to set an infinite move animation around a circle to a View like picture below.How can i achieve this?
View
This View may be a TextView o
TextView
may be ValueAnimator can help?according to the progress it anim,you can compute your path's coordinate and set it to your view?