Is there any way to find out the final location of my animated “object” after the animation? Suppose I am an ImageView animation with a location in parent quality (0.0 - 20.20) using TranslateAnimation and ScaleAnimation for 1 second using setFillAfter (true).
How to find the final location of this "object" (since the location itself "View" does not move)? I need to continue the animation from this point based on user input.
source share