FloatingGroupExpandableListView icon indicating copy to clipboard operation
FloatingGroupExpandableListView copied to clipboard

How to maintain Unique position for child items

Open alphaDroid89 opened this issue 9 years ago • 0 comments

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

alphaDroid89 avatar Mar 30 '16 02:03 alphaDroid89