关于Retrofit2的使用教程见我的博客 《你真的会用Retrofit2吗?Retrofit2完全教程》
Retrofit2 源码位置 client/src/main/java/com/github/ikidou/
配套 Server 运行方式:找到server/src/main/java/com/github/ikidou/RESTServer.java
直接右键运行即可
该项目中没有的配置文件,也不是Android项目,所以打开后可能会报错,请按下面的步骤解决:
- Android Studio: 在运行之前先Build
- Idea : 请按下图的配置修改(适用于所有标准Java Gradle项目)
Copyright 2016 ikidou
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.