1.android:foreground="?attr/selectableItemBackground" ###设置水波纹效果
2.android:contentDescription="" ### ImageView有时会加这个属性,对视力有障碍的人增加朗读音效
3.app:elevation="1dp" ###控件的阴影深度
4.Toolbar的title与Navigation的距离异常解决方案: https://www.jianshu.com/p/27563ef79c0e
5.app:showAsAction 作用:https://www.cnblogs.com/liaojie970/p/5718901.html
6.注解 SuppressLint("...")注解的作用 ###仅仅是屏蔽Android lint错误。
7.对于FragmentTracsaction的commitAllowingStateLoss()方法 ###https://blog.csdn.net/sumsear/article/details/77712128
8.万能RecycleView适配器
10.水平滑动标签页TabLayout。 ###https://github.com/H07000223/FlycoTabLayout
11.dagger2.0中的 @Qualifier注解的含义。 ###限定符 https://blog.csdn.net/little_shengsheng/article/details/77851473
12.Android开发调试神器。 ###stetho https://blog.csdn.net/u012230055/article/details/68489655
13.Retrofit2.0 优雅地打印网络请求和响应的日志。 ###https://blog.csdn.net/baiyicanggou_wujie/article/details/80365836
14.Android面试参考:https://github.com/JsonChao/Awesome-Android-Interview
15.dagger-Android的应用。 ###https://blog.csdn.net/mq2553299/article/details/77485800
16.Android Design理解。

17.如何使用SmartRefreshLayout。
18.youth-banner轮播图的用法。

19.FlycoTabLayout的用法。分页标签。

20.VerticalTabLayout的用法。垂直竖向的TabLayout。

21.TagFlowLayout流式布局标签用法。
22.Gson三方库用法。

22.OkHttp3的用法。

23.Retrofit2.0用法。

参考链接:https://www.processon.com/view/link/5b95e0c3e4b0d4d65bfdbf64
24.Glide用法。

参考链接:https://www.processon.com/view/link/5b9628fce4b0d4d65bfe78d1
25.GreenDao使用方法。
参考链接:https://www.processon.com/view/link/5b965c39e4b075b9fe3fc35a
26.RxJava使用方法。

参考链接:https://www.processon.com/view/link/5b97690be4b0534c9bd533e7
27.RxJava实例应用。

参考链接:https://www.processon.com/view/link/5b978cefe4b06fc64aef0bd9
28.RxBinding使用方法以及解决内存泄漏的方法。

29.RxPermissions使用方法。

30.Dagger2使用方法。
31.butterKnife的用法

32.Android MultiDex解决64K限制方法

33.Leakcanary三方库使用方法。

34.Lottie酷炫动画库使用方法。
35.BaseRecycerViewAdapterHelper使用方法。

36.Fragmentation使用方法。

37.腾讯Bugly升级功能使用方法。

38.其它常用且简单的第三方库(Logger,ByeBurger,Stetho,PersistentCookieJar)
39.Espresso自动化测试使用方法。

40.Mockito测试使用方法。

41.Powermock测试使用方法。

42.Robolectric测试使用方法。

43.WanAndroid-Kotlin版笔记。

44.