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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -