How activity will come to know if loaders data is changed or modified?

40 Views Asked by At

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 ?

0

There are 0 best solutions below