I am trying to bind the text of EditText object to a local for the view variable, but probably I do not understand how.
EditText object with a variable in Java - Android 4.0.3 ?Make an variableChangedListener like so
In the listener, add setText(variable) for the EditText
You can bind EditText to the local variable of type EditText
EditText text=new EditText(this);
text=youredittex;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With