Difference between AsyncListUtil and Data Paging library?

341 Views Asked by At

Android introduces a new paging library which is Data Paging. Previously we had the AsyncListUtil class which works with RecyclerView for handling asynchronous data loading.

Data paging also work with RecyclerView as well and doing the same task as AsyncListUtil does in addition with the architecture component related stuffs.

What's the actual difference between AsyncListUtil and Data paging library except the architecture related stuffs.

0

There are 0 best solutions below