Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by deshbandhu ( 13 years ago )
@Override
public void onClick(View v) {
String str=edt.getText().toString();
edt.setText("hi this is first app" +str);
// TODO Auto-generated method stub
}
Revise this Paste