Copy String from an android from EditText into String variable on Android -


I have a class that has a view getView () .

This category also has the variable answer . When the user makes the possibility of editing text, then I want to store the contents of EditText in the Answer .

If I use an onKeyListener I am afraid that the answer is probably the last

what the getView () function is handled by some other listener Is there a good way?

You should be in your EditText and implement it in your class

Then you will move text only in ways and store in your answer


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -