Reputation: 574
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
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