views:

403

answers:

1

I currently have a working Android program that programatically adds views to a LinearLayout. I would like those views to be animated in and cannot find any good resources on figuring out how to do this.

Could someone point me in the right direction?

Thanks,

John

A: 

You can use ViewFlipper and set animations from there, you can take a look at this tutorial . Good luck.

Ngo Minh Nam