I am new to Android and working through a to do list example from a book. I have one Activity which is displaying an EditText and a ListView beneath it. There is an onKey ev
Instead of setOnKeyListener, try to implement setOnEditorActionListener. Hope this helps.
setOnKeyListener
setOnEditorActionListener