Android教程網
  1. 首頁
  2. Android 技術
  3. Android 手機
  4. Android 系統教程
  5. Android 游戲
 Android教程網 >> Android技術 >> Android開發 >> 高級開發 >> The content of the adapter has changed解決方法

The content of the adapter has changed解決方法

編輯:高級開發

 很多新手在android開發時可能對Thread和Message以及Handler、Looper概念不是很清楚,可能產生類似 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.的錯誤。來自郵箱中這個問題,解決方法必須要詳細的代碼,不過給出以下幾點可以幫助你了解該問題:

1.改變適配器Adapter內容時不要在後台線程中,必須在UI線程中處理,這點可以通過Handler傳出來解決。

2.嘗試Adapter的notifyDataSetChanged()方法,當然主要看你代碼的具體情況。

  1. 上一頁:
  2. 下一頁:
熱門文章
閱讀排行版
Copyright © Android教程網 All Rights Reserved