I need to offer the user an EditText with some extra completion
choices.

MultiAutoCompleteTextView does almost everything I want, but it offers
the user only the choices from my Adapter.

I want the completion choices to include the entries I've added, and
also the standard completions offered by the system input method
service.

It seems that the cleanest way to do this is for my Adapter to get the
current completions from the input method, and add dynamically add
them into my list. But, I don't see how to query the input method for
the completion list. Is this supported?

Thanks,
David

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to