Android EditText ImeOptions "Done" track finish typing.
Posted
by Faisal khan
on Stack Overflow
See other posts from Stack Overflow
or by Faisal khan
Published on 2010-01-05T05:31:04Z
Indexed on
2010/03/20
20:51 UTC
Read the original article
Hit count: 687
I am having edittext field i am setting following property so that i display done button on the kayboard when user click on textfield.
editText.setImeOptions(EditorInfo.IME_ACTION_DONE);
When user click done button on the screen keyboard(finish typing) i want to change radio button sate, how can i track done done button is hit from screen keyboard ?
© Stack Overflow or respective owner