I have to show a drawable from res into an ImageView. In this app, I\'m using Picasso for some reasons.
drawable
res
ImageView
In this case, I need t
Found the answer. Unfortunately, Picasso do not allow drawable loading via URI. It is an incoming feature.