Showing posts with label Drop down menu. Show all posts
Showing posts with label Drop down menu. Show all posts

Android AutoCompleteTextView Example

     
AutoCompleteTextView
AutoCompleteTextView
AutoCompleteTextView is an editable text view that automatically shows completion suggestions while the user is typing. The suggestion list will appear in a drop down menu, allowing the user to choose one of the options and place it in the text box. This useful feature can make your application a lot more user friendly and easy to use.