Picasso And Okhttp
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 Ok
Solution 1:
If OkHttp is available in your project, Picasso will use it. If not, Picasso will fall back to HttpUrlConnection
.
Post a Comment for "Picasso And Okhttp"