[Solved] whats wrong with the android code ?


You’re getting a copy of the contents of the edittext too early. Move the

k = Jtextbox1.getText().toString();

inside the onClick().

solved whats wrong with the android code ?