Hello, I'm trying to move an ImageView from the center of the screen to the top, and I'm not getting it.
Desired effect: The logo starts in the center and goes to a position at the top of the screen when you start the activity.
I've tried a lot, this was the first one: link but the problem of using TranslateAnimation is that every end of animation it returns to the starting place.
I have tried to use ObjectAnimator, it even makes the move I need and to in place, but it does not start from the center but rather from the top of the screen.