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?
source
share