Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
更新和保存后作为结果页面打开的 ArrayList 页面。我想我需要用 invalidate() 以某种方式刷新,以便它反映 UI 上的更改。这是刷新的好方法吗?
不确定invalidate(),但据我所知,当 ListView 更新时,您应该调用notifyDataSetChanged()以刷新它并反映 UI 上的更改。
invalidate()
notifyDataSetChanged()