Android Question Move and scale Imageview

holdemadvantage

Active Member
Licensed User
Longtime User
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!
 

zed

Active Member
Licensed User
Maybe with this
To drop the images to a specific location
 
Upvote 0
Top