27.02.2014 Views

Android 开发教程

Android 开发教程

Android 开发教程

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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

}<br />

}<br />

break;<br />

case R.id.ImageButton_B: {<br />

/*button_B 按 钮 被 点 击 */<br />

/* 显 示 信 息 */<br />

showyourClick.setText(" 你 点 击 了 :\nbutton_B");<br />

/* 切 换 背 景 图 片 */<br />

button_B.setBackgroundResource(R.drawable.android);<br />

button_A.setBackgroundResource(R.drawable.ipod);<br />

}<br />

break;<br />

default:<br />

break;<br />

}<br />

4<br />

结 果<br />

28

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

Saved successfully!

Ooh no, something went wrong!