Currently I am using in my app Volley+HttpUrlConnection as http client, but sometimes is a little slow and I can't cancell requests.
So looking for another client i find OkHttpClient, some people recommend this and (Retrofit), I am good with Volley and i dont think to change right now.
So my question is:
What are the benefts using OkHttpClient with Volley? faster?
I have tried to find another OkHttpClient and all recommend this one.