摘要:
有两种方法为自定义的控件设置属性.来自为知笔记(Wiz) 阅读全文
摘要:
getChildDrawingOrder与 isChildrenDrawingOrderEnabled()是属于ViewGroup的方法.getChildDrawingOrder 用于 返回当前迭代子视图的索引.就是说 获取当前正在绘制的视图索引. 如果需要改变ViewGroup子视图绘制的顺序,则... 阅读全文
摘要:
在一些时候,需要用给一个数字找到适合的区间,Arrays.binarySearch可达到这个目的.staticintbinarySearch(int[]a, intkey)Searches the specified array of ints for the specified value using the binary search algorithm. imp... 阅读全文