1.scrollView内的控件设置高度match_parent属性无效,需要给scrollView设置android:fillViewport=“true”
复习知识点:1.IntentService(https://blog.csdn.net/ClAndEllen/article/details/79346624)
2.HandlerThread(https://blog.csdn.net/ClAndEllen/article/details/79346492)
3.Handler机制(https://www.zhihu.com/question/34652589/answer/59614987)
4.事件分发机制 (https://blog.csdn.net/carson_ho/article/details/54136311)
5.Binder机制(AIDL)(https://blog.csdn.net/zhencheng20082009/article/details/62227956)(https://www.jianshu.com/p/34326751b2c6)
6.View的绘制(自定义)
7.Annotation注解 (https://www.jianshu.com/p/a13c6326671d)
8.SQLite数据库
9.Rxjava相关(https://www.jianshu.com/p/5588a6e2cbb0)
10.Service(https://www.jianshu.com/p/e04c4239b07e)
11.布局优化(https://blog.csdn.net/a740169405/article/details/50473909)
12.内存优化(https://blog.csdn.net/carson_ho/article/details/79549417)
13.关于主线程loop死循环不会卡死(https://www.zhihu.com/question/34652589/answer/90344494)
14.hashmap(https://blog.csdn.net/u011060103/article/details/51355763 https://blog.csdn.net/michaellufhl/article/details/5833188)
15.今日头条面试(https://blog.csdn.net/qq_33275597/article/details/79551863)
16.okhttp 上传下载进度(http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0904/3416.html)