Picasso" Resize and centerCrop"或ImageView" centerCrop"?

时间:2014-05-15 17:49:20

标签: android gridview optimization imageview picasso

我目前正在优化我的Android应用程序,并且想知道使用Picasso调整图像的中心是否更快,或者只是将图像直接加载到具有set layout_width和layout_height设置的ImageView,以及scaleType属性是“centerCrop”。

1 个答案:

答案 0 :(得分:2)

我只是将图像直接加载到ImageView中,并在布局中使用scaleType属性“centerCrop”而不需要Picasso的介入,因为在低规格设备中,您可以看到scaleType转换之间有一点滞后。如果您为ImageView分配了占位符,则可能会出现问题。