plattysoft / grid-with-header-list-adapter

Library and example of how to display a grid view with a header using a normal list view
39 stars 20 forks source link

Similar implementation on ExpandableListView #5

Open essencer opened 9 years ago

essencer commented 9 years ago

Thanks for your job! I want to implement similar function on ExpandableListView like the image below , Can you help me? thanks!

expandablelistasgrid

plattysoft commented 9 years ago

You just have to use the same concept of the multi-colum adapter for the children of the expandable list view and keep the parent items as they are, it should't be hard.