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.
Why I can’t implement OnKeyListener with parameter View such as on example where parameters
Share
You need to delete the import statement at the top of your code and change it to the correct one. they probably both have the same same but are in different packages.
Delete
Add