I am using ExpandableListView to show my data.
but when I perform some operation in ChildView of expandableListView that time I want to update my ExpandableListView as per my new data.
I have tried expandableListview.notifyDataSetChanged(); at that time it will collapse all parents in ExpandableListView.
I want to update my ExpandableListview without collapsing and want to update my ExpandableListview.