Notify about data changes in the cursor without using ContentProvider

Is it possible to notify the cursor after a new record is inserted into the table without using ContentProvider?

I saw this question - he said he used the method requery().

And the first answer uses ContentProvider- note: I want to use this data only in the application

Any suggestion?

+5
source share
1 answer

, . DB "". , loadloaders - .

0

All Articles