Android专家级别的面试总结 2017年02月15日 16:56:28 阅读数:1225 1.. 自定义View流程 onMeasure, onLayout, onDraw, 采用深度优先,因为必须子view获得测量结果,父view才能确定大小: 2.. 事件分发机制 https://www.cnblogs.com/aademeng/articles/6551337.html ViewGroup: boolean dispatchTouchEvent(){ if(onInterceptTou…