类MyListFragment中设置MyListAdapter为适配器类MyListAdapter中的控件监听listener中改变了数据请问如何在listener中更新list视图?
适配器有个自带的方法好像是adapter.notifyDataChanged()楼主可以找找。