程序运行崩溃提示 Adapter的The content of the adapter has changed问题分析
程序运行崩溃提示 Adapter的The content of the adapter has changed问题分析
遇到该问题,程序会直接崩溃
1.具体问题:
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
...