//2-1. ItemDeclare
private EditText height;
private EditText weight;
private Button submit;
private TextView result;
private TextView suggest;
// 2-2_Binding
height = (EditText)findViewById(R.id.Input_Height);
weight = (EditText)findViewById(R.id.Input_Weight);
submit = (Button)findViewById(R.id.Btn_submit);
result =(TextView)findViewById(R.id.txt_Result);
suggest =(TextView)findViewById(R.id.txt_suggest);
//02-3_Set Listener for Button
submit.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
// put your code here
//2-4
}
});
//02-4 BMI calculate
DecimalFormat nf = new DecimalFormat("0.00");
double h = Double.parseDouble(height.getText().toString())/100;
double w = Double.parseDouble(weight.getText().toString());
double BMI = w / (h * w);
result.setText("Your BMI is "+nf.format(BMI));
//Give health advice
if(BMI>25){
suggest.setText("您太重了,需要减肥");
}else if(BMI New -> Android Activity
// name "Report"
//05-2
// 参考main.xml ,建立新的report.xml , 做为此Activity的LayOut
// 底下为report.xml 的描述
//05-3
// 在Report Activity当中加入
setContentView(R.layout.report);
//05-4
- findviewbyid > (EditText)findViewById(RidInputHeight)
-
(EditText)findViewById(RidInputHeight)
下载该文档 文档格式:DOC 更新时间:2010-04-09 下载次数:0 点击次数:2文档基本属性 文档语言: Traditional Chinese 文档格式: doc 文档作者: chenaho 关键词: 主题: 备注: 点击这里显示更多文档属性 经理: 单位: 分类: 创建时间: 上次保存者: 修订次数: 编辑时间: 文档创建者: 修订: 加密标识: 幻灯片: 段落数: 字节数: 备注: 演示格式: 上次保存时间:
- 下载地址 (推荐使用迅雷下载地址,速度快,支持断点续传)
- DOC格式下载
- 更多文档...
-
上一篇:关于第六届全国青少年信息学奥林匹克竞赛分区联赛
下一篇:Android 活動的生命週期 Android Activity Life Cycle
点击查看更多关于findviewbyid的相关文档
- 您可能感兴趣的
- findviewwithtag viewappleid movieviewid viewid view.aspid findbyexample findbycriteria findbyproperty findbynamedparam findbyvalue
- 大家在找
-
- · 北京招聘拉面师
- · 维修工岗位职责
- · 广西财经学院会计专业
- · 常州北站公交
- · 半导体制冷片的应用
- · 美心木门报价
- · 天大考研资料
- · 坐即瘦减肥
- · 学前教育考研就业
- · 长江大学东校区租房
- · photoshopcs3官方下载
- · 焦耳定律练习题
- · 快播4.0下载官网
- · dota6.71巨魔战将出装
- · 桃花源记翻译加原文
- · 大众朗逸1.6价格
- · 叶玉卿资料
- · 数字电路精品课程
- · pcb雕刻刀具
- · 饮料灌装生产流水线PLC控制
- · 头尾架式翻转机
- · 宝马公司面试题
- · 两人三足活动规则
- · 康明斯柴油机维修
- · 武人社发 2010 132号
- · excel办公表格下载
- · ca6150车床配件
- · 2003年上海高考地理
- · 重庆电子捕兽器
- · 武林风王洪祥对战一龙
- 赞助商链接