Wednesday, February 22, 2012

[android-developers] Re: SQLite sharing between apps

Hi Ashiq,

Sqllite database is private to that application. if you want to use
that database in other application you hav to contentProvider.

ContentProvider is one type of IPC (inter process communication)

just go through android contentProvider tutorial and example

Moktarul anam


On Feb 22, 3:57 pm, ashiq sayyad <ashiqsay...@gmail.com> wrote:
> Hi all,
>
> Hope doing well..I have following doubt..
>
> I have created one sqlite database in one application.I want to access
> that sqlite database in some other application..
> Is it possible to access?
>
> Thanks & Regards,
> Ashiq

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment