[Android]I have to move an image from one position to another with arc path animation

31 views Asked by At

I have view at (x1,y1) I have to move it to (x2,y2) where the view follows an inverted U path, it should look like the view is jumping and following arc and moves to its final position.

I'm new to canvas, path and animations, so any suggestions would help

1

There are 1 answers

1
Reza On

You can use MotionLayout.

Helps you manage motion and widget animation in your app.