Thursday, April 12, 2012

Slide expand animation

I have a simple list view listing results title 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.
Thanks in advance.





1 comment:

  1. down vote


    You can implement ExpandableListView

    Examples:

    Steps to implement ExpandableListView in android
    ExpandableListView on Android

    ReplyDelete