-2
I wonder how do I capture numbers from a plaintext
and save to a variable.
-2
I wonder how do I capture numbers from a plaintext
and save to a variable.
1
When you say PlainText
did you mean a text field? Follow an example using the Edittext:
int i = Integer.valueOf(editText.getText().toString());
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.