Picasso.with(getContext()) .load(photoUrl) .centerCrop() .fit() .into((ImageView) view.findViewById(R.id.photo));