AutoCompleteTextView - disable filtering

前端 未结 4 1095
被撕碎了的回忆
被撕碎了的回忆 2020-12-14 19:56

I\'m retrieving a list of strings from a webservice and I want to list them up on a AutoCompleteTextField regardless of the built-in AutoComp

4条回答
  •  有刺的猬
    2020-12-14 20:31

    Eventually I subclassed ArrayAdapter, Disabled the filters by Overriding it's getFilter method, and Made my HTTPRequest during the "text changed" events.

提交回复
热议问题