————————————————————————————
部分开放接口分享
测试组件的时候可以用
https://gitee.com/little_bird_oh_777/test_data_collection/raw/master/hot2018060601.json
https://zhuanlan.zhihu.com//api/columns/growthhacker/posts?limit=10&offset=1
https://gitee.com/little_bird_oh_777/test_data_collection/raw/master/message.json
https://gitee.com/little_bird_oh_777/test_data_collection/raw/master/test42018061010.json
https://raw.githubusercontent.com/zhang721788/testmaterial/master/doctor0.json
http://c.m.163.com/nc/article/headline/T1348647853363/0-40.html?tdsourcetag=s_pctim_aiomsg
http://c.m.163.com/nc/article/headline/T1348647853363/0-40.html
https://news-at.zhihu.com/api/4/news/latest?tdsourcetag=s_pctim_aiomsg
http://api.shigeten.net/api/Critic/GetCriticList
http://www.qubaobei.com/ios/cf/dish_list.php?stage_id=1&limit=10&page=1
https://gitee.com/little_bird_oh_777/test_data_collection/raw/master/toplins.json
————————————————————————————
底部导航栏
一个可扩展性高的Tablayout(CommonTabLayout)
Git地址:https://github.com/H07000223/FlycoTabLayout
————————————————————————————
列表刷新组件
支持上拉刷新下拉加载:android.support.v4.widget.SwipeRefreshLayout
参考资料
1.Android零基础入门|SwipeRefreshLayout下拉刷新
http://www.sohu.com/a/195607552_619467
2.SwipeRefreshLayout + RecyclerView 实现 上拉刷新 和 下拉刷新
https://www.cnblogs.com/liunanjava/p/5860024.html
————————————————————————————
Fragment库Fragmentation
可以轻松的操作 Fragment 及动画
Git地址:https://github.com/YoKeyword/Fragmentation
参考资料:
1.主要讲解了Fragment的一些知识
https://www.jianshu.com/p/d9143a92ad94
2.Fragmentation源码分析
https://blog.youkuaiyun.com/Captive_Rainbow_/article/details/82998484
3.Fragmentation动画的操作
————————————————————————————
RecyclerView的老婆,万能设配器BaseQuickAdapter
//最新代码还没更新到 jcenter 仓库,推荐使用方法二依赖项目
compile 'com.github.baserecycleradapter:library:1.1.0'
学习地址:https://blog.youkuaiyun.com/jokeYJW/article/details/79961364
————————————————————————————
HTTP网络请求库OkHttp的全面讲解
学习地址:https://gitchat.youkuaiyun.com/activity/5d47e0e2272b381731256ba6?utm_source=so
简单oKhttp的封装:https://www.jianshu.com/p/0bf22427d325
————————————————————————————
Banner轮播图
implementation 'com.youth.banner:banner:1.4.10' //轮播图
学习网址:https://blog.youkuaiyun.com/haojiagou/article/details/82629039
————————————————————————————
今日头条屏幕是适配AndroidAutoSize
<!--私有依赖-->
implementation 'me.jessyan:autosize:1.1.2'
<!--共有依赖-->
api 'me.jessyan:autosize:1.1.2'
学习网址:https://www.jianshu.com/p/12ce5c0a6163
————————————————————————————
Gson+retrofit2解析器
implementation 'com.squareup.retrofit2:converter-gson:2.0.2' // 用Gson解析json的转换器
————————————————————————————