AutoCompleteTextView not responding to changes to its ArrayAdapter
问题 The ArrayList appears to be populating just fine, but no matter what approach I use, I can't seem to get the adapter to populate with data. I have tried adding to the ArrayList , also to the ArrayAdapter . Either way I am unable to get a response at the AutoCompleteTextView level, or in the ArrayAdapter itself(and of course the AutoCompleteTextView is doing nothing). Can anybody see what's wrong? public class MainActivity extends Activity implements TextWatcher { // private AutoCompleteView