Contact picker with search function
Posted
by tiex
on Stack Overflow
See other posts from Stack Overflow
or by tiex
Published on 2010-05-27T13:03:26Z
Indexed on
2010/05/29
6:02 UTC
Read the original article
Hit count: 171
This question1 describes a way how to show list of phone numbers and select one of them if my app needs a phone number. But image if I have a huge contact list, it is not enough to just show list but possibility for filtering (by contact's name) is also needed. Is there a standard way to show phones list with picking possibility and with filtering possibility? (I wouldn't like to invent my own)
Is there a solution for the problem for sdk 2.0 and lower?
© Stack Overflow or respective owner