Saving image from url using Picasso?

后端 未结 4 2066
庸人自扰
庸人自扰 2020-12-03 06:48

I\'m trying save an image using API Picasso. To do it I\'m trying use Target to save but I can\'t do this work.

How could I do this ?

Trying

4条回答
  •  春和景丽
    2020-12-03 07:31

    I can see 2 possible issues:

    1. trying to save to external storage without write permissions in your manifest
    2. try change the filename so its not the whole url, which could be your issue because of the characters in your url that arent valid as filename chars.

提交回复
热议问题