Israel Tabadi
Israel Tabadi

Reputation: 574

Android expandablelistview with pinned headers

I'm tying to accomplish an instagram style scrolling view, only with the actual view being an expandablelistview, i've looked around and couldn't find any examples or hints for implementation other then listview being the view at hand.

any thought or has anyone tried it ? it comes built in in iOS and i'll be really happy implementing it on an expandableListview

thanks

Upvotes: 3

Views: 5688

Answers (2)

diegocarloslima
diegocarloslima

Reputation: 1346

I've recently developed an open source library that provides pinned headers for the ExpandableListView. You can take a look at https://github.com/diegocarloslima/FloatingGroupExpandableListView.

Upvotes: 3

Homer Simpsons
Homer Simpsons

Reputation: 281

Upvotes: 1

Related Questions