Picasso load drawable resources from their URI

前端 未结 5 1532
北荒
北荒 2020-11-30 06:46

I have to show a drawable from res into an ImageView. In this app, I\'m using Picasso for some reasons.

In this case, I need t

5条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 06:51

    Found the answer. Unfortunately, Picasso do not allow drawable loading via URI. It is an incoming feature.

提交回复
热议问题