Android Animations, Episode 13: Challenge: View Animations | Kodeco

This content was released on Mar 26 2018. The official support period is 6-months from this date.

Practice using view animations by scaling the food image and feeding the food to a hungry monster, and then see a solution.


This is a companion discussion topic for the original entry at https://www.kodeco.com/3355-android-animations/lessons/13

hctra
Hello,

Set up the Layout: You’ll need at least two ImageViews in your layout: one for the food and one for the monster. Position them appropriately on the screen.
Load Images: Load the images for your food item and your hungry monster into the respective ImageView

Best Regards