user7807288
user7807288

Reputation:

Sliding down and up ListView with additional data (innitialy hidden then after click showing up )

I want to create some kind of ListView which will be expanding and collapsing after click on one of its item. When item of ListView is expanded show additional data. After I click another one first data collapsing and show actual one. I found one solution (https://github.com/SilenceDut/ExpandableLayout) but I'm thinking that should be other ways to do that without using external library. Am I right ?

P.S sorry for weak english

Upvotes: 2

Views: 64

Answers (1)

Saurav Prakash
Saurav Prakash

Reputation: 654

You can do it using Expandable List View:

Tutorial Link :-http://www.androidhive.info/2013/07/android-expandable-list-view-tutorial/

Upvotes: 2

Related Questions