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 />

<strong>Android</strong><br />

UI 编 程 基 础 3<br />

EditText 与 TextView 共 舞<br />

setOnKeyListener 事 件<br />

1<br />

新 建 工 程<br />

2 在 main.xml 布 局 中 添 加 UI 元 素 : 一 个 EditText 和 一 个 TextView<br />

<br />

<br />

<br />

<br />

<br />

<br />

3 在 mainActivity.java 主 Activity 中 修 改 代 码<br />

package zyf.EX_Ctrl_1;<br />

import android.app.Activity;<br />

import android.os.Bundle;<br />

import android.view.KeyEvent;<br />

import android.view.View;<br />

import android.widget.EditText;<br />

import android.widget.TextView;<br />

public class EX_Ctrl_1 extends Activity {<br />

private TextView mTextView01;<br />

2

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

Saved successfully!

Ooh no, something went wrong!