How to dynamically add suggestions to autocompletetextview with preserving character status

后端 未结 2 2138
小蘑菇
小蘑菇 2020-11-21 06:41

Problem Description:

I am facing some problem with AutoCompleteTextView where I have to show suggestions after each keypress. Thing is that, list of

2条回答
  •  轮回少年
    2020-11-21 07:30

    You have impletent the custome filter in the child class of ArrayAdapter, there in perform filter method you have to do network call and get data from server. You can set this data in your main arraylist.

提交回复
热议问题