标签:
ListView UI重绘时触发layoutChildren, 此时会校验listView的mItemCount与其Adapter.getCount是否相同,不同报错。
ListView.layoutChildren:
mItemCount是在父类AdapterView中定义的,package类型
java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification
原文地址:http://www.cnblogs.com/tonybright/p/4733734.html