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.
我有一个使用 ImageViews 显示缩略图的 GridView。我正在显示默认图像,同时从背景下载缩略图图像(受本机应用程序的启发),即我的适配器类的 getView() 首先返回默认位图,然后运行后台线程并稍后用实际替换默认值。
iPhone 应用程序中的 GridViews 显示微调器(动画 GIF)而不是默认图像。
如何在 Android 中实现类似的事情?
WebImageView 正如 Raj 评论的那样,在这里获取 DroidFu 。
WebImageView