So I have an autocompletetextview field in my app which I want the user to enter his email address. Now, to help him type it faster and don\'t make mistakes, I want to suggest h
i think you must create your own adapter by extending BaseAdapter, and in the getView method you must create your own logic there
Example Link