ExpandableRecycleView_In_Expand_Only_One_Item

private ExpandableGroup mLastExpandedGroup ;
@override public void onGroupExpanded(ExpandableGroup group) {
if (mLastExpandedGroup != null
&& !mLastExpandedGroup.equals(group)
&& adapter.isGroupExpanded(mLastExpandedGroup)) {
adapter.toggleGroup(mLastExpandedGroup);
}
mLastExpandedGroup = group;
}

Comments

Popular posts from this blog

How to Fix ‘This file name is too long’ Error?

How to change searchview property to change searchview design

Library To Load Html Content In Android TextView in Android