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.
我正在使用 BaseAdapter 在 Listview 中显示图像。
它显示来自 url 的图像,当我滚动时,加载速度会变慢。
所以它很粘,动画不流畅。
你能给出一个解决方案吗?
如果是这样,那么从 URL 加载图像可能会变慢,因为它取决于网络,
您可以在后台加载图像,在 UI 部分可以显示带有一些文本的微调器,例如Loading
Loading
这可能会缓解 UI 冻结部分。