android - setEmptyView() is not working for ExpandableListView -


when used setemptyview() method listview, worked. when used same method expandable listview, not working. else facing similar problem. why not working expandable listview.

i wrote these 2 lines:

mexpandlistview.setemptyview(emptyview); mexpandlistview.setadapter(adapter); 

where emptyview id of textview, should displayed if adapter empty. in advance..

please post code , check link

listview / expandablelistview setemptyview() has no effect

might can helpful you.


Comments