views:

306

answers:

1

Hi,

I have a simple list view listing results in android. Upon click of each item, I would like it to slide down expand and show the content. Is there an easy way to do this in android?

Any help will be appreciated.

Cheers

+1  A: 

check out this answer. more than that you have to use the tweed animation. check the ApiDemos/Animation2 Examples. and also see the anim folder in ApiDemos. it helps a lot to me. according to your question slide_top_to_bottom will help.

Praveen Chandrasekaran