开发者

AutoCompleteTextView widget

开发者 https://www.devze.com 2023-02-04 21:23 出处:网络
I have an alphabetically sorted list of strings for the AutoCompleteTextView, some strings have 2 words,

I have an alphabetically sorted list of strings for the AutoCompleteTextView, some strings have 2 words, when I type a letter, I would that the autocomplete list that appear shows the strings sorted by the letter typed

for example: I have this list alphabetically sorted: New Orleans, Om开发者_运维知识库aha, Portland, Rome

now, if I type 'O', the first string in the autocomplete list, is New Orleans, the second Omaha, but I would that Omaha is the first string because it start with 'O' and after New Orleans that doesn't


multiAutoCompleteTextView can be looked into to handle sub strings!

0

精彩评论

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