[ad_1]
You’re getting a copy of the contents of the edittext too early. Move the
k = Jtextbox1.getText().toString();
inside the onClick().
[ad_2]
solved whats wrong with the android code ?
[ad_1]
You’re getting a copy of the contents of the edittext too early. Move the
k = Jtextbox1.getText().toString();
inside the onClick().
[ad_2]
solved whats wrong with the android code ?