I have a listView with an adapter that contains ImageView of variable size (width and height). I need resize the pictures load with Picasso to the max width of
ImageView
Picasso.with(this).load(url).resize(1800, 1800).centerInside().into(secondImageView)
This will help you with variable height of images for all devices