AutoCompleteTextView with email domains android

前端 未结 2 1009
攒了一身酷
攒了一身酷 2021-02-04 20:25

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

2条回答
  •  無奈伤痛
    2021-02-04 20:44

    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

提交回复
热议问题