I need to detect every key press on either a soft or hard keyboard in EditText. I just need to send the characters one at a time as they are pressed and don\'t
EditText
Use addTextChangedListener(TextWatcher watcher) and implement TextWatcher interfaace.
addTextChangedListener(TextWatcher watcher)