Start a Project

AutoCompleteTextView in Android

AutoCompleteTextView

AutoComplete TextView completes Text which is available or already reserved.when We enter character then it matches from reserved words and shows us.It shows suggestion in drop down.

AutoCompleteTextView Example

In this Example we create a AutoCompleteTextView .We use an ArrayAdapter for displaying content.

activity_main

In MainActivity we declare array type variable ‘country’ and store some values.

And use ArrayAdapter class and set this adapter to AutoCompleteTextView .

MainActivity

 

Exit mobile version