27.02.2014 Views

Android 开发教程

Android 开发教程

Android 开发教程

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

-----------------------------------<strong>Android</strong> 编 程 基 础<br />

}<br />

}<br />

});<br />

}<br />

}<br />

sex = "F";<br />

/* new 一 个 Intent 对 象 , 并 指 定 class */<br />

Intent intent = new Intent();<br />

intent.setClass(Ex10_UI.this<br />

this, BMIActivity.class<br />

class);<br />

/* new 一 个 Bundle 对 象 , 并 将 要 传 递 的 数 据 传 入 */<br />

Bundle bundle = new Bundle();<br />

bundle.putDouble("height", height);<br />

bundle.putString("sex", sex);<br />

/* 将 Bundle 对 象 assign 给 Intent */<br />

intent.putExtras(bundle);<br />

/* 调 用 Activity EX03_10_1 */<br />

startActivity(intent);<br />

8 结 果 :<br />

19

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!