摘要:
1.AutoCompleteTextViewArrayAdapter adapter = new ArrayAdapter(this, android.R.layout.simple_dropdown_item_1line, COUNTRIES);AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.edit);textView.setAdapter(adapter);//this word for auto-completion by wordstextView.setT... 阅读全文