Search code examples
androidandroid-contentprovider

Content Provider Example using two android applications


I want to insert or delete the values in another android applications database from my current android application.

I searched a lot. Everybody saying that use "content provider" its not used with two applications all used with in a application.


Solution

  • here i found some examples/tutorial for you, Please have a look , below tuts include everything you can do to create content provider.

    Android Fundamentals: Working With Content Providers .

    example1