Android代码 smash
Smash is Volley inspired networking library that's using OkHttp in its core. Usage Add Smash library to your project build.gradle dependencies { compile 'pl.appformation:smash:0.3.0' } Instantiate one shared SmashQueue object (e.g. in your Application class): mSmashQueue = Smash.buildSmashQueue(
用户评论