-
It seems as if the `RemoteMediator` class can't be implemented with cash app paging? If this is true, that would be really sad, as it's the most valuable part of the AndroidX paging library that it's …
-
I'm trying to create PagingSources that seamlessly invalidate themselves on new data.
Currently, as I understand, the PagingSource only uses the CacheFirst policy and does not invalidate itself, wh…
-
## Question about `PagingWithNetworkSample`
Check out the Video, the item is always shift down when the loads stopped.
Is it the expected behavior on the **RemoteMediator**?
Its look good on…
-
Hello,
first of all thanks for this awsome work. can you please tell me why in RemoteMediator it is calling multiple page at once.
how we can restrict paging library to load only first page and …
-
Hey, first of all, thanks for working on this, it's great to see the multiplatform ecosystem growing daily.
While integrating this library into a personal project, the IDE shows many "type mismatch…
-
Both Android and iOS have the capability to refresh the pages. However, it isn't clear from common code how to explicitly refresh the list. It would be great to have the ability to trigger a refresh f…
-
I think return `LoadResult.Page(emptyList(), null, null)` when `PagingSource` calls `LoadParams.Prepend` means the top of list reached, and it should call `RemoteMediator` after this. It works well b…
-
I have two fragments and bottom navigation. Every fragment contain list with paging. I use RemoteMediator to get data from api.
If I use launch in fragment then I always recreate list if I navigate …
-
Any plan or idea on supporting Paging 3.0?
-
In the example shown on Paging3 on [Paging 3 Library](https://developer.android.com/topic/libraries/architecture/paging/v3-network-db), database is directly accessed in initialize method to start with…