Use retrofit to download image file

后端 未结 4 951
一个人的身影
一个人的身影 2020-12-10 07:06

I use Retrofit 1.6.0 on my Android project,

the request url:

https://example.com/image/thumbs/filename/sample.png

My interface like this:

<         


        
4条回答
  •  情歌与酒
    2020-12-10 07:23

    Another way is to turn off full logging, so the retrofit.RestAdapter.logAndReplaceResponse will not try to consume the response body

提交回复
热议问题