I have implemented a loader and the data which I am getting in onLoadFinished() is passed to ViewPager's adapter.
Loader is perfectly getting updated when data source is changed but there is a scenario where I need to notice activity that data has been changed.
How activity will come to know if loaders data is changed ?