摘要: zero() is slowest, because the JIT can't yet optimize away the cost of getting the array length once for every iteration through the loop. one() is fa 阅读全文
posted @ 2017-07-07 12:53 戴杭林 阅读(151) 评论(0) 推荐(0)
摘要: 1.Android提供TouchDelegate帮助实现扩大一个很小的view的点击区域 例如:https://developer.android.com/training/gestures/viewgroup.html#delegate 布局文件 代码 简单解释 1. 获取parentView并且 阅读全文
posted @ 2017-07-07 10:22 戴杭林 阅读(2026) 评论(0) 推荐(0)