运动App后台持续定位生成轨迹
https://juejin.im/post/5d05efab518825412e53f737
2.
带你梳理一遍Android核心知识
https://mp.weixin.qq.com/s/dU7no69L3cz_5iM15AA9bA
3.LocalBroadcastManager 的实现原理,还是 Binder?
https://www.trinea.cn/android/localbroadcastmanager-impl/
4.
图解 Android 事件分发机制
https://www.jianshu.com/p/e99b5e8bd67b
4.
Android ANR问题总结
https://www.jianshu.com/p/fa962a5fd939
5.
利用 Android Profiler 测量应用性能
https://developer.android.com/studio/profile/android-profiler?utm_source=android-studio
6.:使用Executors各个方法创建线程池的弊端
https://www.jianshu.com/p/4b89d681c5a0
7. 一句话+一张图说清楚——银行家算法
https://blog.youkuaiyun.com/qq_33414271/article/details/80245715
8.android classloader双亲委托模式
https://blog.youkuaiyun.com/xiangzhihong8/article/details/65446152
9.CAS简介
https://blog.youkuaiyun.com/jly4758/article/details/46673835
10.
Java 8系列之重新认识HashMap
https://tech.meituan.com/2016/06/24/java-hashmap.html
11.ViewGroup为什么不会调用onDraw
https://blog.youkuaiyun.com/leehong2005/article/details/7299471
构造函数里面,调用setWillNotDraw(false),去掉其WILL_NOT_DRAW flag。