AutoCompleteEditText

Android AutoCompleteEditText Searching Application Tutorial using Basic4Android

Submitted by donbermoy on
This is my first tutorial for using controls in Basic4Android. We have to discuss first the AutoCompleteEditText with Searching Application. AutoCompleteEditText is a control in basic4Android that is an editable text view that shows completion suggestions automatically while the user is typing. The list of suggestions is displayed in a drop down menu from which the user can choose an item to replace the content of the edit box with. Here, we will begin the tutorial. First, you need to create one AutoCompleteEditText and named it "auto1".