davideas / FlexibleAdapter

Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Apache License 2.0
3.55k stars 548 forks source link

SubItem not getting added to header item #741

Open dineshmm23 opened 5 years ago

dineshmm23 commented 5 years ago

ScreenShot Example

Problem:

I am using interfaces AbstractExpandableHeaderItem and AbstractSectionableItem to get expandable item with header .Result returned only header item with no subitem added to it.You can see the screenshot and example. According to doc, i have added everything it says.

Also AbstractExpandableItem is not working with it.

Expected: Return Header item with subitems attached and should be able handle expand and collaspe

biancaarno8 commented 4 years ago

Hi, i have same issue, any update?