Hello, I'm designing a card game and I'd like to use a library or subroutine to move an ImageView from one set of coordinates to another. The Animation library allows for either resizing or moving, but not simultaneously. Has anyone experimented with a solution to achieve this result?
The variables might include the starting width and height or starting percentage (e.g., 100%) and the ending width and height or ending percentage (e.g., 110%, maintaining the same scale ratio), combined with the ending top x and top y coordinates. Thanks in advance for your responses!