Android OnKeyListener

Posted by user346665 on Stack Overflow See other posts from Stack Overflow or by user346665
Published on 2010-06-09T03:04:24Z Indexed on 2010/06/09 3:12 UTC
Read the original article Hit count: 179

Filed under:
|

Why I can't implement OnKeyListener with parameter View such as on example where parameters are (View v, int keyCode, KeyEvent event) I'm forced to use parameters (DialogInterface dialog, int keyCode, KeyEvent event) but not the View as I want.

© Stack Overflow or respective owner

Related posts about android

Related posts about listener