Notify a content resolver when normal sql insert or update

Posted by user1400538 on Stack Overflow See other posts from Stack Overflow or by user1400538
Published on 2012-09-24T21:36:28Z Indexed on 2012/09/24 21:37 UTC
Read the original article Hit count: 162

Filed under:

I have created a small content provider (which I only use to query a db table and fetch some value). I have confirmed that the provider works fine.

The table values get updated on a regular basis through normal sql insertions(and not through anycontent provider)

Whenever an insert/update or delete occurs through a normal sqlite operation as mentioned above, I need to notify the content resolvers which was written to communicate with the content provider just for quering database and fetch some values.

Is this, possible? If yes what need to be done?

Any help is appreciated.

© Stack Overflow or respective owner

Related posts about android