
Android
文章平均质量分 65
周周Blog
对技术充满敬畏
展开
-
史上最硬核仿网易云音乐安卓客户端
Github地址 https://github.com/zion223/NeteaseCloudMusic原创 2020-05-03 10:20:32 · 1230 阅读 · 4 评论 -
Retrofit与RxJava实践
首先添加Retrofit依赖compile 'com.squareup.retrofit2:retrofit:2.1.0'Retrofit通过接口来管理HTTP API,那么首先我们先定义一个API的接口:public interface ZhihuApi { @GET("/api/4/news/latest")//GET方法这里可以换成原创 2017-01-20 17:11:18 · 461 阅读 · 0 评论