Hey Miguel,

I was having the same problem. It's not a perfect solution but you can
check whether the contact has a name and/or phone number and if not
add then don't add them to your list. Just loop through all the items
and add items to a List<> and then use the List<> to populate you
listview.


Chili

On Jan 27, 5:06 am, Miguel Paraz <mpa...@gmail.com> wrote:
> On Dec 9 2008, 8:22 am, Paul <paul_rash...@yahoo.com> wrote:
>
> > bklik's question seemed to indicate that he was dumping the contact
> > list programactically via his own activity.  I was just wondering if
> > thecontactsAPI was returning allcontactsand the activity needed to
> > do the filtering.
>
> I have the same situation.
> I use the contact list content provider to let the user select an
> email address.
> The Suggested Contacts are irrelevant to my application and just slow
> down the loading process.
>
> I looked at the SQLite db using the sqlite command line, but couldn't
> find how to differentiate these contacts.
> Is there a way?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to