FloatingGroupExpandableListView
FloatingGroupExpandableListView copied to clipboard
How to maintain Unique position for child items
Hi @diegocarloslima,
Thanks for sharing this. I'm facing the following issue while implementing my custom child view xml .
My implementation is, Assuming i had 10 set of groups each group contains 5 child element. In my child view i have a button a textview when i click button the count will be increased ie (1,2,3....) this will be displayed in the textview.
My problem is i clicked the button which is in Group 1's first child ie (G1 - C0) but it also reflects in all groups first child. How can i solve this. please reply back asap. Thanks in advance