扫描二维码下载APP
app_download.png
APP说明:
本App是本人最新学习新知识的一个总结,在工作之余所做,App采用Material Design设计效果,MVP+RxJava+Retrofit+Okhttp架构,由于是学习之用就没有考虑到兼容问题,目前支持Android4.0以上版本,后续会持续更新,本项目已经在github开源, github仓库地址
欢迎大家加群讨论Android新技术共同进步,QQ群:158943444
扫描一下二维码加群讨论
本App用到一下第三方库,感谢以下作者:
RxJava:响应式、异步、链式编程;
https://github.com/ReactiveX/RxJava
RxAndroid: RxJava的辅助库;
https://github.com/ReactiveX/RxAndroid
Retrofit: 网络请求库;
https://github.com/square/retrofit
OkHttp: 设置缓存、响应时间等;
https://github.com/square/okhttp
Glide:图片加载库;
https://github.com/bumptech/glide
Dagger2: 注解库;
https://github.com/square/dagger
ButterKnife:UI的注解框架;
https://github.com/JakeWharton/butterknife
AutoLayout: 屏幕适配方案;
https://github.com/hongyangAndroid/AndroidAutoLayout
RecyclerView: 装载列表数据的控件,封装成自带下拉加载,上拉加载更多效果,参考以下方案;
https://github.com/gzfgeh/RecyclerView
https://github.com/Jude95/EasyRecyclerView
https://github.com/hongyangAndroid/baseAdapter \n
SwipeBack: 侧滑返回效果;
https://github.com/gzfgeh/SwipeBack
PullToZoom: 下拉放大效果的控件;
https://github.com/gzfgeh/PullToZoom
Jiecaovideoplayer: 视频播放器;
https://github.com/lipangit/JieCaoVideoPlayer
Api: 数据源Api接口
http://gank.io/api
RxBus: 事件总线方案;
还有一些忘记了,在此一并感谢!
网友评论