Translate

2010年10月21日 星期四

99-1朝陽資工 - 手持式裝置程式設計 - Code (20101021)

99-1朝陽資工 - 手持式裝置程式設計 -  Code (20101021)



同學玩玩看吧:
            
        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() ;
        
        
         }

});

沒有留言: