custom content providers in android

Posted by tipu on Stack Overflow See other posts from Stack Overflow or by tipu
Published on 2010-05-04T06:22:53Z Indexed on 2010/05/04 6:28 UTC
Read the original article Hit count: 288

Filed under:
|

I'm attempting to make a custom ContentProvider so that more than one application (activity?) has access to it. I have several questions about how to do this,

How do I declare in the code that it is a ContentProvider? How do other applications (activities?) use or import the ContentProvider?

© Stack Overflow or respective owner

Related posts about android

Related posts about contentprovider