Hi guys,
I'm trying to extend the contacts by adding additional fields to
contacts.people using contacts.extensions. My only problem is that
have no idea how to query the contacts.people using a join with
contacts.extensions. I'm not trying to modify/extend the contacts
provider.

One very very ugly solution would be to query on contacts.extensions
and using the person ids to query the contacts.people (manual
join) ... The idea is to create an ListActivity which displays only
the extended contacts.

I would like to be able to create a content provider that uses
directly the contacts.db (from the content provider) where i could use
my join queries... but from what I know this is not possible.

Do the content providers support joins? Or is there another way to
create this kind of joins?

One more thing... How can I use Contacts.People.Extensions?

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

Reply via email to