[android-developers] Re: Content Provider VS SQLiteDatabase

2009-09-28 Thread GeezIHateCreatingNewNames
On Sep 28, 2:09 pm, Mark Murphy wrote: > GeezIHateCreatingNewNames wrote: > > The more complicated case > > seems to be a single application that has two processes in it (e.g, an > > application with a long running service). > > You do not need two processes for

[android-developers] Re: Content Provider VS SQLiteDatabase

2009-09-28 Thread GeezIHateCreatingNewNames
I've also struggled with the the distinction between a ContentProvider and just using a sqlite database. Clearly if the application is exporting data to other (potentially unknown) applications then a ContentProvider would make some sense. The more complicated case seems to be a single applicati