问题
A question about a thing that I don't understand:
does Picasso
use OkHttp
as default downloader, or should I configure it by myself?
And - if not - why should I use Picasso
with OkHttp
? What are the advantages compared to the default Picasso
?
Thanks.
(currently I'm using Picasso v.2.5.2
)
回答1:
If OkHttp is available in your project, Picasso will use it. If not, Picasso will fall back to HttpUrlConnection
.
来源:https://stackoverflow.com/questions/32143949/picasso-and-okhttp