问题描述:
java.lang.IllegalStateException:The content of the adapter has changed but ListView did not receive anotification. Make sure the content of your adapter is not modified from abackground thread, but only from the UI thread. Make sure your adapter callsnotifyDataSetChanged() when its content changes.