Android开发中经常使用的依赖(持续更新中。。。)

1. Volley

compile 'com.android.volley:volley:1.0.0'

2. okhttp

compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.squareup.okhttp3:okhttp-urlconnection:3.4.1'

3. Gson

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

4. recyclerview

compile 'com.android.support:recyclerview-v7:23.1.1'
相关文章
相关标签/搜索