listView分页加载的bug
listView 分页加载后出现
01-09 06:24:24.396: ERROR/AndroidRuntime(2886): java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. [in ListView(2131034130, class android.widget.ListView) with Adapter(class com.inventec.dreye.htc.cherry.adapter.ListAdapter)]
这样的bug。
程序中并无线程,并且adpter也都在刷新的地方刷新了。可是 这个bug 还是 不能解决, 我快要哭了,有没有人帮忙啊 呜呜呜呜~~~~~~
[解决办法]
能把代码贴出来看看,是不是要调用adapter的notify。。。。