摘要: public final Message obtainMessage (int what, int arg1, int arg2, Object obj)这里面的4个参数求解释啊。。。byte[] buffer = new byte[1024]; int bytes;bytes... 阅读全文
posted @ 2015-09-06 18:23 统领七界 阅读(1496) 评论(0) 推荐(0) 编辑
摘要: list中可以添加任何对象,例如:class Person{.}上面定义了一个Person类,下面看好如何使用ListPerson p1=new Person();Person p2=new Person();List list=new ArrayList();list.add(p1);list.a... 阅读全文
posted @ 2015-09-06 12:07 统领七界 阅读(7266) 评论(0) 推荐(0) 编辑