Hello, I am working on a book application, and since books can have more than one author, I want to have a separate table for each author for each book.
Ideally I would like to have both tables be created and referenced by the same content provider, but I am not certain if that is a bad design. Currently I have two content providers, but then it would seem that I will need to have the Activity coordinate calling the two ContentProviders, and there will be some inefficiencies due to I would call the Book content provider, get the book id, then call the author content provider. What is the best way to approach this? -- 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

