开发者

Auto-complete spinner in android

开发者 https://www.devze.com 2023-01-06 13:24 出处:网络
I have got an edit text where I want that when someon开发者_StackOverflow中文版e insert her values it will narrow his option\'s.

I have got an edit text where I want that when someon开发者_StackOverflow中文版e insert her values it will narrow his option's . the options are stored in a DB (up to 1200 values to one editbox ).

i cant get the concept of how to do it can someone help me.


Use a AutoCompleteTextView...You'll need a Cursor Adapter for it.

Here's an example

If you need to enter multiple Values into the textbox, use a MultiAutoCompleteTextView...Works with Tokens.

Hope it helps!

0

精彩评论

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