Can i notify a cursor after a new record is inserted in a table without using a ContentProvider?
I saw this question - he said that he used the requery()
method.
And the first answer use a ContentProvider
- note: I want to use this data only within the application
Any suggestion?