Skip to content Skip to sidebar Skip to footer
Showing posts with the label Okhttp

How To Detect Upload/download Transfer Rate In Android?

I am working on an app which uploads a large amount of data. I want to determine the transfer rate … Read more How To Detect Upload/download Transfer Rate In Android?

How To Get Async Call To Return Response To Main Thread, Using Okhttp?

I'm trying to make a program for Android, and I'm using okhttp for json-calls. I really wan… Read more How To Get Async Call To Return Response To Main Thread, Using Okhttp?

Android Rxjava With Okhttp - Networkonmainthreadexception

I sometimes get exception - android.os.NetworkOnMainThreadException, sometimes code works. Here is… Read more Android Rxjava With Okhttp - Networkonmainthreadexception

Caching In Picasso

After reading several documentations, i want to clear some points Reference: this For Picasso to c… Read more Caching In Picasso

How To Add Trusted Certificate To Okhttp

I need to trust certificate of one specific site using OkHttp client. I have found a solution here:… Read more How To Add Trusted Certificate To Okhttp

Got This Error With Retrofit2 & Okhttp3. Unable To Resolve Host "": No Address Associated With Hostname

I am using the retrofit 2 and OkHttp3 to request data from server. I just added a offline cache cod… Read more Got This Error With Retrofit2 & Okhttp3. Unable To Resolve Host "": No Address Associated With Hostname