In android how to make a image grow from one point using animation?
I mean to say is…i have a button ..and i want is when i click on that button my image must grow(ascending order) to grow bigger and bigger from that point …and when again i click on that button again it must collapse gowing smaller and smaller to end at that point
Can any anybody help me in doing this using android animation?
i’m new to android
This can be achieved using View Animation utility. This scales the image from 100% to 140% for 1 sec
Place the following file in res/anim/scale.xml
Java code