,hi
im searching for possible answer but i only see edittext and textview ..
i want to ask how can i get the text in edittext1 on edittext2 when i clicked a button ..thnx ..
i try this code but it doesn't work ..
String ulname= txtlname.getText().toString();
String ufname= txtlname.getText().toString();
String ucourse= txtlname.getText().toString();
txtlnme & ulname and so on is a EditText
im searching for possible answer but i only see edittext and textview ..
i want to ask how can i get the text in edittext1 on edittext2 when i clicked a button ..thnx ..
i try this code but it doesn't work ..
String ulname= txtlname.getText().toString();
String ufname= txtlname.getText().toString();
String ucourse= txtlname.getText().toString();
txtlnme & ulname and so on is a EditText