android expandablelistview can not use notifyDataSetChanged()?
i want to refresh my e开发者_开发技巧xpandablelistview , 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.
Why not notifyDataSetChanged()
?
精彩评论