Just Simple Info

Pages

Search Auto Suggest In Android (AutoCompleteTextView)



AutoCompleteTextView in one of the most important android view for user experience. Imagine your application has ListView with hundred of item display. It’s hard for users to find the item they want to see.

Thanks for AutoCompleteTextView, users will just type the chunk of word of item they want to see the AutoCompleteTextView will just display items based on what user type in.