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.
我的 Android 应用程序显示每 30 秒刷新一次的项目列表。清空容器(linearlayout)后,在asynctask的do background work()方法中,新的item被一个一个添加到视图中。使用 Asynctask 是因为它涉及网络访问。
当我运行应用程序时,我可以看到正在重绘的列表(闪烁)。
有没有办法“延迟/暂停”重绘?