May 2, 2010

[SOLVED] How to catch changes on "Key Press" from Soft Keyboard in EditText

editText.addTextChangedListener(new TextWatcher());  this interface
contains three methods,  which will be called accordingly when you
type using soft keyboard.





Source: Handling "Key Press" from Soft Keyboard in EditText - Android Developers | Google Groups.

No comments:

Post a Comment