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.
我正在使用LazyList将图像加载到列表视图中。但我只想在 ListView 中显示 Rect(8, 8, 16, 16)。这是否可以将 drawbitmap 与以前下载的图像一起使用?那么将图像下载到临时目录,然后对其进行裁剪,然后在 ListView 中显示?如何使用 Lazylist 做到这一点?
您可以在 ImageLoader 中添加一些图像处理。它应该在下载后在显示之前完成。