开发者

AutoCompleteTextView Web Requests + Dropdown is gone

开发者 https://www.devze.com 2023-04-03 18:52 出处:网络
I\'m implementing a AutoCompleteTextView which takes the content from a RESTAPI. This is working, but the dropdown list is never shown, so the user can\'t select a item.

I'm implementing a AutoCompleteTextView which takes the content from a RESTAPI. This is working, but the dropdown list is never shown, so the user can't select a item. In开发者_如何学C "afterTextChanged" I call an AsyncTask and the data will be downloaded. That's working. If I use showDropDown() nothing will happen. How can I force that the DropDownList is shown evry time?

Thanks for your help !

0

精彩评论

暂无评论...
验证码 换一张
取 消