android - AsyncTask: not modified from a background thread -


asynctask: removed possible ui operation in background thread, still got kind of exception after run 5 or 6 times. please me.

java.lang.illegalstateexception: content of adapter has changed listview did not receive notification. make sure content of adapter not modified background thread, ui thread. [in listview(2131427449, class android.widget.listview) adapter...

try call notifydatachanged() or requestlayout(); ui thread.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -