Anyone here have some experience with AndroidX Paging3? Is there a way to get the list of items from
PagingData
? Seems like it only supports
map
,
flatMap
and
filter
.
r
Roar Gronmo
11/05/2020, 8:09 PM
I have tried in one of my apps, and found that the alpha versions are still (alpha08) has its flaws, that may some cornercases to render more or less useless (especially in situations where room-data is updated from a secondary process).