AutoCompleteTextView, subclass of EditText with Auto-complete function bybloggerblog •July 13, 2017 AutoCompleteTextView is a subclass of EditText that shows completion suggestions automatically while the user is typing. To implement AutoCompleteTextView in your app: Add the AutoCompleteTextView to your layout: <?xml version="1.0" enco…