[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 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 interconnectt...@gmail.com 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 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 fred.nig...@googlemail.comwrote:

 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 interconnectt...@gmail.com 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 android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] search box for contacts

2011-07-06 Thread styve uhuka
hi
you must use AutoCompleteTextView widget.

2011/7/6 Android K interconnectt...@gmail.com

 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 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en