Question: In Android Studio Java, I am making a Cookie Clicker game. Given the following image: I need to make it so that when I click
In Android Studio Java, I am making a Cookie Clicker game. Given the following image:

I need to make it so that when I click on the Big Cookie Image, a smaller version of it pops up along with a +1 animation. I think I need to use ScaleAnimation in order to do this. Also, every time I click the Cookie Image, it should keep track of the number of times I clicked it. So for the example image, I clicked the cookie twice, which is why it says 2 cookies. I need the code in order to do this in Java Android Studio.
2 cookies per second :o
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
