There are numerous examples of this in ApiDemos - look for AutoCompleteTextView.
On Tue, Feb 24, 2009 at 3:05 AM, manoj <[email protected]> wrote: > > Hi friends, > > I would like to enable search functionality to EditText. > > my requirement is like this: > when some one types with some letter, suppose the user types 'a', then > it should show all the words which starts with 'a' should be shown as > a drop down list. > > For example, if I first typed "copy" in the EditText, if again, I > cleared the EditText and tried to type "co", then it should show the > drop-down list "copy","come","cow".... > > I want to enable this feature to my EditText view. > > Can any one please suggest me how to do this? > > Thanks, > Manoj. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

