Skip to content

DLKanth/Stetho-Volley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stetho-Volley

Volley Network Call Inspection library for Stetho.

Inspect your volley network requests without OkHttp Layer using Stetho Url-Connection.

Usage

Archives are available in maven central. To use it, add the following lines in build.gradle

dependencies {
   compile 'me.dlkanth:stetho-volley:1.0'
}

Inspecting Volley Request

  1. Add a new instance of StethoVolleyStack while creating RequestQueue 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:https://inspect/

About

Volley Network Call Inspection library for Stetho

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages