The typical answer is that if you have something like this then you shouldn't have separate apps in the first place.
kris On Tue, Nov 15, 2011 at 8:11 AM, swebb99 <[email protected]> wrote: > Hi, > > Newbie here. > > If I want to create several apps which all allow a user to created, > read, update and delete related data so a content provider would seem > to be the way to go. However I don't know which app a customer would > buy first, second and so on. So how do I make sure that: > > 1) The first app creates and registers the provider. > 2) Subsequent apps only make use of the provider and don't recreate. > 3) Make sure the provider gets upgraded if a new app is bought, but > also is not downgraded if an older app is bought after a new one. > > From reading the docs on content providers I just can see how any of > this is possible. The definition of providers doesn't seem flexible > enough to allow this kind of thing. If it isn't possible what is the > strategy because it looks like content providers are the only > mechanism for applications to share data. > > Thanks > > Steve > > -- > 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 -- 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

