A content provider generally sits on top of one database, containing however many tables you want. Often some URIs within the content provider will actually result in joins between multiple tables.
On Thu, Sep 10, 2009 at 3:58 PM, Android Box <[email protected]> wrote: > > Hi all, > > When an application needs to use two or more SQLite tables, > will we need to separate difference ContentProvider (by table) to handle > them, > or just one ContentProvider to do it? > > Ryan > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

