You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can look at the sample app to see how we have integrated with StethoURLConnectionManager.
Using volley with HttpURLConnection will not work as you need to discretely handle the state machine in StethoURLConnectionManager.
Volley should work with OkHttp which has documentation in various places See (#51 (comment))
Hello, I'm trying to make network interceptor work for urlconnection and according to docu:
Do you have any example doing so? I can't find any articles about it.
Here is my VolleySingleton snippet where I'd like to add it:
My build.gradle
The text was updated successfully, but these errors were encountered: