I read a few resources on Android Paging library. While the topic sounds great, I'm unable to understand how and when the resources are released from DataSource in DataSource+Network scenario.
What if I have a very large list (lets say hundreds of MBs) and I need to keep the storage footprint low? Who and when will cleanup unused rows from underlying data source?