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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -