I would just upload the image directly to ImageView and use the scaleType attribute "centerCrop" in the layout without Picasso intervention, because on devices with low specification you could see a slight lag between the scaleType transform. If you have a placeholder assigned by ImageView, this can be a problem.
source share