It seems that most paging libraries let you invali...
# squarelibraries
z
It seems that most paging libraries let you invalidate the dataset from the outside, i.e. pager.invalidate. Could anyone explain why thats the default in paging, compared to loading a
Flow<List<T>>
for each of its pages, that then gets combined into the final
Flow<List<T>>
with all the items?
j
Seems like a question for the AndroidX people
👍🏽 1