同學玩玩看吧:
Button btn_inputname = (Button)findViewById( R.id.Button01 );
btn_inputname.setOnClickListener(
new View.OnClickListener() {
public void onClick(View v) {
EditText editText = (EditText)findViewById(R.id.EditText01);
CharSequence text = editText.getText();
name_in = text.toString() ;
}
});
沒有留言:
張貼留言