Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laotan7237/EasyReader
用知乎和gankio 网易新闻 豆瓣电影的API,模仿网易云音乐UI来完成一个基于Material Design +Rxjava + Retrofit + dagger2 + MVP构架的项目
https://github.com/laotan7237/EasyReader
Last synced: 3 months ago
JSON representation
用知乎和gankio 网易新闻 豆瓣电影的API,模仿网易云音乐UI来完成一个基于Material Design +Rxjava + Retrofit + dagger2 + MVP构架的项目
- Host: GitHub
- URL: https://github.com/laotan7237/EasyReader
- Owner: laotan7237
- Created: 2017-03-21T07:51:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T01:44:57.000Z (about 3 years ago)
- Last Synced: 2024-07-16T14:04:52.620Z (4 months ago)
- Language: Java
- Homepage:
- Size: 448 MB
- Stars: 806
- Watchers: 26
- Forks: 208
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 易读
模仿网易云音乐UI,用知乎和gankio 网易新闻 豆瓣电影的API来完成一个基于Material Design +Rxjava + Retrofit + dagger2 + MVP构架的项目
为了更好的学习Material Design和主流框架,于是有了该项目。
[APP下载地址](https://fir.im/4hfb?release_id=58eae5f2ca87a867100000b2)或者[github中APP下载地址](https://github.com/laotan7237/EasyReader/blob/master/easyreader.apk)大家觉得项目构建慢的话,可以先下载来玩玩看,支持5.0以上,本项目可以支持4.0以上不过部分动画会失效,如果要用4.0-5.0的自己去gradle里面修改。
## Screenshots
![](https://github.com/laotan7237/EasyReader/blob/master/imagefile/home.png)
![](https://github.com/laotan7237/EasyReader/blob/master/imagefile/zhihudetail.png)
![](https://github.com/laotan7237/EasyReader/blob/master/imagefile/movietop.png)
![](https://github.com/laotan7237/EasyReader/blob/master/imagefile/movielatest.png)
![](https://github.com/laotan7237/EasyReader/blob/master/imagefile/moviedetail.png)
## Preview
![](https://github.com/laotan7237/EasyReader/blob/master/imagefile/easyreader.gif)## tips:
* 项目还在更新阶段,发现bug请您及时以我联系,有好的建议欢迎[issue](https://github.com/laotan7237/EasyReader/issues)、qq=502325525
* IDEIDE提示缺少Dagger开头的Class直接编译即可,会由Dagger2自动生成,如DaggerActivityComponent这个是红色的,可以直接按运行。
* 本项目的API数据内容所有权归原作公司所有。## Features 特性
* 遵循Material Design设计风格。
* Rxjava+Retrofit2网络请求,并进行封装错误可以进行统一处理。
* Dagger2将M层注入P层,将P层注入V层,无需new,直接调用对象。
* 抽取BaseActivity和BaseFragment,非常值得学习,BaseActivity还添加了侧滑关闭哦,而且完全是作者自己想出来的。
* BaseRecyclerViewAdapterHelper+RecyclerView完成下拉刷新,上拉加载更多。
* Glide做图片的处理和加载
* 使用CoordinatorLayout + AppBarLayout + CollapsingToolbarLayout。
* 自定义控件[电影详情页自定义控件](http://blog.csdn.net/laotan7237/article/details/60576755)影人图片左右滑动的Viewgroup,侧滑关闭也是属于自定义控件的知识,都是作者自己想出来的,值得学习的。
## Thanks
### API:
知乎日报 干货集中营API 豆瓣电影。
### APP:
[云阅](https://github.com/youlookwhat/CloudReader)项目部分UI从该项目中获取,非常感谢作者,作者对我也有很大的帮助
[GeekNews](https://github.com/codeestX/GeekNews)学习了他的degger2的思路
[looklook](https://github.com/xinghongfei/LookLook)参考了他的网易API。
## End:
如果该项目对您有帮助,帮忙点个star吧。
作者还会努力更新,带来更多的技术点。
## About me:
* QQ: 502325525
* 简书: http://www.jianshu.com/p/04f4d4d1c424
* CSDN: http://blog.csdn.net/laotan7237/article/details/68946797