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
The right way to do this is with ContraintLayout and then add a keyframe between the points on the path you want to animate, as described here: https://medium.com/google-developers/defining-motion-paths-in-motionlayout-6095b874d37.
ContraintLayout