Ahmed Shehata
10/14/2022, 4:11 PMpaging3
with RemoteMediator
to get data from Retrofit
and implement caching using Room
The problem is:
I'm using compose to listen to data from RemoteMediator
as flow by collecting as lazy
But the local database loads only two pages from backend service.
I searched stackoverflow.com and found similar issue but not solved yet
https://stackoverflow.com/questions/72988854/paging3-with-remotemediator-stuck-in-page-3-and-constantly-calling-append-even-w
Any recommendations?