As far as I know, if your cursor changes are caused by requery () or some other method on the cursor, such as close (), you can use a dataset observer to track changes.
But you will need a content provider if you want to automatically update when something changes in your data source, for example, your sqlite database. In this case, you can check the information below.
Which cursor are you using?
source share