I hava a imageview. I put on specific position(specific x and y) on my constraint layout. I want to move(fly with animation) this imageview from random x y positions(for example out of screen) to specific positions that i put before on constraint layout.
I have tried translate animation. it didn't work.
{imageView4.animate().yBy(-200).y(imageView4.getY()).xBy(-200).x(imageView4.getX()).setDuration(4000);}