android studio 中依赖库compile 的一些库的地址

1.添加Gson的依赖库git

compile 'com.google.code.gson:gson:2.2.4'

2.使用Volley执行网络数据传输的依赖库github

compile 'com.mcxiaoke.volley:library-aar:1.0.0'

 3.使用glide的加载库网络

compile 'com.github.bumptech.glide:glide:3.5.2' 

 4.okHttp的依赖库ide

compile 'com.squareup.okhttp:okhttp:2.4.0'

还要添加 okhttp的依赖库google

compile 'com.squareup.okio:okio:1.5.0'

 

 

 

 

 

后期不定时的陆续更新ingspa

相关文章
相关标签/搜索