Introduction - If you have any usage issues, please Google them yourself
AutoCompleteTextView (automatic text box) is derived from EditText, than ordinary text edit box more than one function: when the user input characters, text box automatically displays a drop-down menu for the user to choose. When the user selects a menu item, AutoCompleteTextView automatically fill the text box by user selection.