How do I use publishResults() method when extending Filters in Android?
问题 I'm working on an autocompletetextview that will work off of a key value system, and am trying to find out what I need to do to make publishResults work, as the results param being passed to publishResults here is correct in the debugger, however I have no idea what it should correspond to or how to cause it to display the results, can anyone help? the creation of this object is in another file, and looks like this: autoCompleteBox.setAdapter(new AutoCmpAdapter(this, android.R.layout.simple