I need to listen to user's input of a edittext. I first use
KeyListener to listen.it can work,but it also eating other input.So I
changed to the OnKeyListener, and it work well
   then I read Api about  KeyListener, I find the sentence below I
can't understand
   Calling this method will replace the current content type of the
text view with the content type returned by the key listener.
    I guess it's the reason why it's eating other input.but I can't
make sure. because I can't understand the sentence,Can any one explain
it to me?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to