Android - 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.

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. 

...繼續閱讀 »