回答了问题2015-09-30
常用做法是,如果你的activity不想切换横竖屏,就在AndroidMainifest里面声明activity的screenOrientation
回答了问题2015-09-30
看名字就知道了 IBinder是个interface,具体实现交给Binder去实现
发布了文章2015-08-11
还有 public void sendToTarget() { target.sendMessage(this); } //发送消息到target handler 2、Message中有四个参数: public int what public int arg1 public int arg2 public Object obj what参数是消息的识别码,用于给handler判断不同的Message,采取不同的...
发布了文章2015-08-10
本来想在github上挂个博开写,但是发现还得买域名还得配置很多东西,刚入职就不花时间折腾了,就在这里随便写写每天的收获吧~