I basically want to move a view from 1 location to another, plus I also want to increase its height gradually, So what should I use setAnimation or startAnimation.
This is my understanding.
SetAnimation
when the view is added to the viewGroup,animation will be called.when the view has been added,the animation will not be called
StartAnimation
animation will be called all the time even though the view has been added.