How to move a view to another view using animation in Android?
问题 I have a circle at the center of the screen inside which there's an ImageView + TextView . I have another two ImageView + TextView , one at the top and another at bottom of the screen. My requirement is : I want a copy of the top ImageView + TextView and a copy of the bottom ImageView + TextView to move in animation into the center of the circle, thereby changing the value of the textView inside the circle. For example: Say top textView has value 200 and bottom textview has value 300. I want