Slide Expandable ListView
Not happy with the Android’s ExpandableListView android offers? Want something like the Spotify app? This library allows you to have custom ListView in wich each list item has an area that will slide-out once the users clicks on a certain Button.
9 comments on “Slide Expandable ListView”
Leave a comment


Slide Expandable ListView is gread new addition
I’ve always thought this feature made the Spotify app unique and amazing; can’t wait to use it in my own app! Thank you!
What controls the style/color of the divider between list elements?
That slide animation is the same one I wrote on my blog over a year ago:
http://udinic.wordpress.com/2011/09/03/expanding-listview-items/
[...] that, I would suggest using the SlideExpandableListView if you haven’t already invested too much time in your current implementation and if that is [...]
@Udi indeed! You are also mentioned on the github page! Thanks for your initial idea. You should have credit too!
Is it possible to make menu expand on View clicked? As far as i see now, that library expands menu only on you click a button. I need to expand that thing when listitem(WHOLE VIEW) itself was clicked. Is it possible to do that?
just set the ClickListener to the adapter’s convertView (inside getView()) instead of whatever button.
[...] Slide Expandable ListView is an awesome open source view that could work for you. [...]
Slide Expandable ListView is an awesome open source view that could work for you.