On Wed, Sep 17, 2008 at 2:07 AM, Peli <[EMAIL PROTECTED]> wrote: > If you want other applications to access your data, the best way is > still to use ContentProviders on top of an sql database.
Just to be clear; I think it's safer to say: "...the best way is still to use ContentProviders on top of your data storage. Many ContentProviders use sqlite." The key here is that the ContentProvider system is intended to isolate clients from the underlying storage mechanics of your data. Please use sqlite if it's appropriate, but you may find that for some types of data, other mechanisms may be more appropriate. --Andy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

