首页 > 技术文章 > Android开发中常用的依赖(持续更新中。。。)

FlySheep 2016-09-06 09:48 原文

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'

推荐阅读