Volley Network Call Inspection library for Stetho.
Inspect your volley network requests without OkHttp Layer using Stetho Url-Connection.
Archives are available in maven central. To use it, add the following lines in build.gradle
dependencies {
compile 'me.dlkanth:stetho-volley:1.0'
}
- Add a new instance of
StethoVolleyStack
while creatingRequestQueue
for your volley request
RequestQueue queue = Volley.newRequestQueue(this, new StethoVolleyStack());
That's all. Run the app and you can inspect your request and response from chrome://inspect/