Thanks. I wasn't clear what I trying to do. I have already implemented the app that list contacts with phone number with check boxes next to it. But if there are too many contacts hard to scroll through them and find what you are looking for. So I want to implement a dynamic search which would narrow down the list after a letter typed.
Something like the Iphone contact list. Is SearchView the answer? On Wed, Jul 6, 2011 at 11:39 AM, Fred Niggle <[email protected]>wrote: > I'd recommend searching for an android contact tutorial, and when you > have one set up and working then intergrate it into your 'working' > project. > > > Hope this helps, > Fred > > On 06/07/2011, Android K <[email protected]> wrote: > > Hi, > > I am trying a implement a search box for list of contacts(using list view > > with check boxes) that my app uses. For example: When I type letter "A" > it > > should display all the contacts with that letter and let me select > multiple > > of them. > > > > What kind of widget should I go for? Is EditText way to go and listen to > > keypress? > > > > Any pointers are appreciated. > > > > Thanks > > > > -- > > 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 > > -- > 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 -- 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

