tags:

views:

146

answers:

1

Hello,

I am working on implementing simple animations on Android development and being successful. I came across one called 'LayoutAnimation'. I couldn't figure out exactly what it is and how can we implement it? Could someone explain me (or) give me link to know about 'LayoutAnimation' and How can we implement it step by step procedures?

Thank you for your helps in Advance.

+2  A: 

LayoutAnimationController can be used to control the animation of a view's children, as described in the docs here.

RickNotFred
Thanks for the reply. I just read this. I want samples to implement in code and resource step by step.
RickNotFred
Thank you Rick.