我在 ICS 上遇到了一个错误。使用 ListView 并随着时间的推移更改适配器,在向下滚动然后返回顶部之前,我看不到 listView 的内容有任何变化。我使用这些命令来通知适配器的更改:
adap.notifyDataSetChanged();
adap.notifyDataSetInvalidated();//added just to see if it solved... but it didn't resolve
在 Gingerbread 中,代码运行良好。
我在 ICS 上遇到了一个错误。使用 ListView 并随着时间的推移更改适配器,在向下滚动然后返回顶部之前,我看不到 listView 的内容有任何变化。我使用这些命令来通知适配器的更改:
adap.notifyDataSetChanged();
adap.notifyDataSetInvalidated();//added just to see if it solved... but it didn't resolve
在 Gingerbread 中,代码运行良好。