On Wed, Jul 8, 2009 at 3:16 PM, Eric F <[email protected]> wrote:
> 1) An extra dictionary for use auto-completing for that field You would be best off using AutoCompleteTextView, which allows you to generate your own completions of anything you want for the text being typed. (If you don't like the exact behavior of it, you can implement your own version using the same IME APIs it does such as InputMethodManager.displayCompletions(); not that this API is public but very not documented, so your best approach would be to look at the code to AutoCompleteTextView.) -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

