I need to list the 'Display name' of all the contacts belonging to a single account. I am planning to use a cursor adapter for populating the list and hence would require the corresponding fields (Display name, Account info) to be fetched in a single content provider querry.
Looking at the Contacts Database Structure a single table amoung Raw Contacts, Contacts and Data wont be able to provide these two parameters and hence a join is necessary. As far as i know join wont be possible to fetch the data from the content provider.
Can you please let me know the solution to the problem?
Thanks in advance.