I have created a my own ContentProvider by extending class ContentProvider with all its abstract methods.
I am able to use MyContentProivder in my application where I created it,but I
am not getting how can I use it in other application.
This question might have been asked many times but I am really not getting any information.
Please Help
If you have your Custom ContentProvider you can use it in other application with its URI.
To insert,
To read,
In the same way you can delete, update using query.