evagjohn
0
Q:

picasso cotlin

implementation 'com.squareup.picasso:picasso:2.71828'
0
// how to add image from web with Piacsso as is
Picasso.get().load("http://i.imgur.com/DvpvklR.png").into(imageView);
// add more settings to image size 
Picasso.get().resize(50, 50).centerCrop().load("http://i.imgur.com/DvpvklR.png").into(imageView);
0

New to Communities?

Join the community