hi all , i want to refresh my expandablelistview , but it seems there is no way to use notifyDataSetChanged()??
how can i refresh my expandablelistview?? thx
hi all , i want to refresh my expandablelistview , but it seems there is no way to use notifyDataSetChanged()??
how can i refresh my expandablelistview?? thx
Have your adapter extend BaseExpandableListAdapter or one of its subclasses. This class has the notifyDataSetChanged method in it.