标签: android expandablelistview notifydatasetchanged
我使用ExpandableListView来显示我的数据。
但是当我在expandableListView的ChildView中执行某些操作时,我想根据我的新数据更新我的ExpandableListView。
我试过expandableListview.notifyDataSetChanged(); 那时它会折叠ExpandableListView中的所有父节点。
我想在不折叠的情况下更新我的ExpandableListview,并希望更新我的ExpandableListview。