标签:style http ar color os sp java on 数据
Bundle作用:
Bundle bundle = new Bundle();
bundle.putInt(UPPER_NUM, Integer.parseInt(etNum.getText().toString()));
Message msg = new Message();
msg.setData(bundle);
calThread.mHandler.sendMessage(msg);
int upper = msg.getData().getInt(UPPER_NUM);
标签:style http ar color os sp java on 数据
原文地址:http://www.cnblogs.com/fruitbolgs/p/4164473.html