1 2 3 4 5
Picasso.with(getContext()) .load(photoUrl) .centerCrop() .fit() .into((ImageView) view.findViewById(R.id.photo));