网络
努力努力~(不负青春)
青春不再年少!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
简单的几种请求实现(retrofit由于时间问题,下次补上)
//首先是jar包以及依赖,网络权限设置//xutils依赖compile 'org.xutils:xutils:3.5.0'//volley请求compile 'com.github.erd:android-volley:1.0.0'compile 'com.jakewharton:butterknife:6.1.0'//okhttp包compile files('libs/原创 2017-07-09 18:31:49 · 552 阅读 · 0 评论 -
补上上次网络请求没写retrofit
//一些需要用到的依赖,annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'//retrofit依赖compile 'com.squareup.retrofit2:retrofit:2.1.0'//retrofit自带的一些解析compile 'com.squareup.retrofit2:converte原创 2017-07-17 16:03:22 · 370 阅读 · 0 评论
分享