I ave created a path a circle and displayed both of them on screen as follows:
public void onDraw(Canvas canvas){ Path sPath = new Path(); s
v21+: this creates a quadratic bezier curve on a path and animates myView along it.
final Path path = new Path(); path.quadTo(controlX, controlY, finalX, finalY); ObjectAnimator.ofFloat(myView, View.X, View.Y, path).start();