https://kotlinlang.org logo
#compose
Title
# compose
m

Marko Savic

10/24/2023, 6:59 PM
Hi friends 👋 I have a question about
Paging3
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? 👇
Copy code
combine(someData) { pagingData, someData ->
Here is the image of
PagingData
signature: Maybe @Ian Lake knows 🤔