android: create circular image with picasso

后端 未结 10 820
天命终不由人
天命终不由人 2020-11-29 18:31

The question had been asked and there had been a promise made for the very version of Picasso that I am using: How do I send a circular bitmap to an ImageView using Picasso?

10条回答
  •  被撕碎了的回忆
    2020-11-29 18:38

    Use this library to create a circular imageview. To make a circular ImageView, add this CircularImageView library to your project and add CircularImageView in your layout XML

    `
    

    Then use picasso to load required image into this imageView. Picasso does all the caching you dont need to worry about it

提交回复
热议问题