Android AutoCompleteTextView Example![]() Android AutoCompleteTextView completes the word based on the reserved words, so no need to write all the characters of the word. Android AutoCompleteTextView is a editable text field, it displays a list of suggestions in a drop down menu from which user can select only one suggestion or value. Android AutoCompleteTextView is the subclass of EditText class. The MultiAutoCompleteTextView is the subclass of AutoCompleteTextView class. Android AutoCompleteTextView ExampleIn this example, we are displaying the programming languages in the autocompletetextview. All the programming languages are stored in string array. We are using the ArrayAdapter class to display the array content. Let's see the simple example of autocompletetextview in android. activity_main.xmlDrag the AutoCompleteTextView and TextView from the pallete, now the activity_main.xml file will like this: File: activity_main.xml
Activity classLet's write the code of AutoCompleteTextView. File: MainActivity.java
Output:![]() ![]()
Next TopicAndroid ListView Example
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week