Android Question OkHttp vs OkHttpUtils2

Martin Larsen

Active Member
Licensed User
Longtime User
Hi,

Can someone explain the difference between OkHttp and OkHttpUtils2? What is the use case for either of these libraries?

I need to download a series of files from the web and append each of these files to a single file on the SD card.

There are many options for downloading files and I am in doubt of which library to use.

/Martin
 

ronell

Well-Known Member
Licensed User
Longtime User
.. at first i use okhttp in my app and it has an issue with the ssl certificate (if i remember it says "javax.net.ssl.SSLException blah blah blah")
then i switch to okhttputils2 and it solved the problem.. so i recommend okhttputils2
 
Upvote 0
Top