Re: [android-developers] search box for contacts

2011-07-06 Thread styve uhuka
hi you must use AutoCompleteTextView widget. 2011/7/6 Android K > 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 mult

Re: [android-developers] search box for contacts

2011-07-06 Thread Android K
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 nar

Re: [android-developers] search box for contacts

2011-07-06 Thread Fred Niggle
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 wrote: > Hi, > I am trying a implement a search box for list of contacts(using list view > with check

[android-developers] search box for contacts

2011-07-06 Thread Android K
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 a