0
正在初始化充氣狀態我正在不斷地在logcat中進行這個任何幫助從哪裏得到這個以及如何防止這個?正在初始化充氣狀態
正在初始化充氣狀態我正在不斷地在logcat中進行這個任何幫助從哪裏得到這個以及如何防止這個?正在初始化充氣狀態
LayoutInflater inflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
LinearLayout table = (LinearLayout) findViewById(R.id.table_channels);
for (int i = 0; i < columnsNumber; i++) {
LinearLayout column = (LinearLayout) inflater.inflate(R.layout.channels_list_column, table,false);
}
問題是ListView
回收的觀點,讓他們給你重新考慮再次使用它們 所以你必須在Adapter.getView
檢查convertedView
放慢參數之前膨脹的新觀點
PLZ添加日誌..... – 2011-04-30 08:17:24
請提供更多細節...屏幕截圖或日誌..您的代碼..等等 – 2011-04-30 08:28:04