摘要: 有两种方法为自定义的控件设置属性.来自为知笔记(Wiz) 阅读全文
posted @ 2014-08-14 23:15 冷冷汤圆 阅读(165) 评论(0) 推荐(0) 编辑
摘要: getChildDrawingOrder与 isChildrenDrawingOrderEnabled()是属于ViewGroup的方法.getChildDrawingOrder 用于 返回当前迭代子视图的索引.就是说 获取当前正在绘制的视图索引. 如果需要改变ViewGroup子视图绘制的顺序,则... 阅读全文
posted @ 2014-08-14 22:55 冷冷汤圆 阅读(2647) 评论(0) 推荐(0) 编辑
摘要: 在一些时候,需要用给一个数字找到适合的区间,Arrays.binarySearch可达到这个目的.staticintbinarySearch(int[]a, intkey)Searches the specified array of ints for the specified value using the binary search algorithm. imp... 阅读全文
posted @ 2014-08-14 22:47 冷冷汤圆 阅读(1707) 评论(0) 推荐(0) 编辑
摘要: 推送可以及时,主动的与用户发起交互(1)继承jar包,照示例AndroidManifest.xml添加.(2)自定义MyApp继承自Application,在onCreate方法中调用JPushInterface.init(MainActivity.this);或者在Activity的onCreat... 阅读全文
posted @ 2014-08-13 23:09 冷冷汤圆 阅读(2303) 评论(1) 推荐(0) 编辑
摘要: 由于GridView与listView都是继承自ScrollView,所以两个控件放在一起时需要重写控件方法publicclassMyGridViewextendsGridView{publicMyGridView(Contextcontext,AttributeSetattrs,intdefSty... 阅读全文
posted @ 2014-08-13 22:55 冷冷汤圆 阅读(549) 评论(0) 推荐(0) 编辑