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.
我有一个包含大约 400 个表格行的布局来显示数据。在中档设备上,渲染大约需要 5 秒。
有没有办法让布局保持缓存,这样当用户在更详细地查看一行后重新加载数据时,重新渲染就不会再花 5 秒了。
使用带有自定义适配器的 ListView 是解决方案。