1. 调整优化网络相关的类
2. 添加页面销毁,请求取消操作
3. 删除无用文件
gank升级以后比同类的app代码更加简洁,界面更加简洁,本app是为新手入门提供一个简单的实践机会,不会跟其他app一样那么炫。
1. 升级rxjava,retrofit,butterknife等相关的一些依赖库
2. fix some bug
3. 增加 okhttp 拦截器,缓存处理
gank是干货集中营非官方客户端,主要练习RxJava、RxAndroid、Retrofit & MVP
1. Features
- Android Material Designer
- ToolBar、CardView、TabLayout+ViewPager、SwipeRefreshLayout、RecyclerView
- RxJava、RxAndroid、Retrofit & MVP
2. screenshots
Project description:
Gank是 http://gank.io/ 非官方客户端之一,每天提供一张精选的妹纸图片,一个精选的休息视频,若干精选的Android,ios,web等相关的技术干货。主页突出妹纸的卡片设计,点击图片可查看大图,点击卡片下的文字可进入每日干货,右下角的fab按钮可进入纯干货页面,可根据分类浏览。
本项目是学习RxJava,RxAndroid,Retrofit等优秀开源框架以及MVP设计模式的产物,数据来源: daimajia的干货集中营 http://gank.io/api
DownLoad:
Thanks:
- drakeet/Meizhi
- maoruibin/GankDaily
- Panl/Gank.io
- 代码家/干货集中营api
Blog:
License
/*
*
* Copyright (C) 2016 xybCoder <xyb520zly@gmail.com>
*
* gank is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* gank is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with gank. If not, see <http://www.gnu.org/licenses/>.
*/