I think that you want to make a Content Provider: http://developer.android.com/guide/topics/providers/content-providers.html
With this you can allow other apps to retrieve data from your app. Internally, you can store this data the way you want, in shared preferences, in a sqlite database, etc.. Olivier On 08/11/2010 12:10 PM, Pampapathi wrote: > > I am also want the same , if any one of you know about this, please respond. > > Thanks, > Pampapathi K > . On 11 August 2010 15:33, kunal khaire <[email protected] > <mailto:[email protected]>> wrote: > > Hi All, > > > Shared Preferences are as such used to keep the data static and > available.Is there a chance that i can use this ahred preference > values over a content uri and make accessible to all ? > > > Thanks > > -- > 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] > <mailto:[email protected]> > To unsubscribe from this group, send email to > [email protected] > <mailto:android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > > > > > -- > > > > Pampapathi.K, > 9538974554 > > > > -- > 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

