Why The constructor ArrayAdapter(new View.OnKeyListener(){}, int, String[]) is undefined in following my coding. This coding is for fetching data from SQLite when typing wor
The constructor is not defined because this is a reference to View.OnKeyListener. Use YourOuterClass.this instead.
this
View.OnKeyListener
YourOuterClass.this