Marko Savic
10/24/2023, 6:59 PMPaging3
library - when I want to make in-memory update to PagingData
.
Is combine(....)
definitely the best practice to update PagingData
in a case where we don't use the Room or any other persistence solution? 👇
combine(someData) { pagingData, someData ->
Here is the image of PagingData
signature:
Maybe @Ian Lake knows 🤔