开发者

How can i show suggestions for multiple values for edittext field in android?

I need a functionality in android app, that is similar to Gmail app in android real device which has drop down suggestions for multiple value in "To" field or like stack overflow's tag suggestions for multiple values. For example, I entered a email address in the To field and then i need to list the email addresses for the entered text after the comma value, i I searched a lot for this functionality but i cant find the e开发者_StackOverflowxact solution. Please advice and any help will be appreciated.


So the autocomplete for gmail is probably a lot more complex than you'd want. If you're interested in the source and what the actual gmail autocomplete looks like, please look at the source for MessageCompose at line 587 - 605 as well as the GalEmailAddressAdapter (the code that actually does the autocompletion.)

If you are doing auto completion using the user's contacts, it's a lot simpler. Please view that example here.

Edit: I found a much better example for you here: http://www.betaful.com/2011/02/multiple-e-mail-autocomplete-in-android/

Again, looks through contacts for autocomplete but includes code for multiple lookups.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜