-
Specifically, I'm looking for guidance on how to tie Store, Paging3, and SqlDelight together.
In a perfect world, Store wouldn't need to be part of the equation -- I should just be able to use Pag…
-
https://api.github.com/lydavid/MusicSearch/blob/c51de09e392a66cfe49d466d01da993754096181/domain/src/commonMain/kotlin/ly/david/musicsearch/domain/paging/BrowseEntityRemoteMediator.kt#L12
```text
imp…
-
https://api.github.com/lydavid/MusicSearch/blob/bd945fb72436aeadae629ee4f7735d0e9e60e86b/data/repository/src/commonMain/kotlin/ly/david/musicsearch/data/repository/ReleaseRepositoryImpl.kt#L173
```te…
-
Probably combining the androidx.paging support, with a custom RemoteMediator.
Say
```
1
2
3
Load More
```
At this point we should not have loaded the complete list from the network, say…
-
## Steps to reproduce
1. Go to the library page
2. Search for an library entry
3. Update the library entry (e.g. change progress)
4. Issue: Updated library data (e.g progress) is not shown
5. Clo…
-
- [x] Старт приложения: При открытии главного экрана - показ фильмов из БД. Если их нет - показ лоадера, загрузка популярных фильмов в БД и показ на экране
- [x] При поиске - поиск через API, без об…
-
https://github.com/googlecodelabs/android-paging/blob/a2042197c417037adf1133f77ca20bc7b0b9ac8d/app/src/main/java/com/example/android/codelabs/paging/data/GithubRemoteMediator.kt#L78
could be:
`ret…
-
I try using it in the movie [](http://themoviedb.org/) api, and works fine without room, but when I loaded the result first to room or using Mediator I am only getting one page and cannot load the nex…
-
When use Pager with `remoteMediator`, object "before" in `insertSeparators` function always not null. So there is on possible to insert divider at first place.
-
Ok, so this is more of a question:
In the `GithubService`, the network query is done as follows:
```kotlin
/**
* Get repos ordered by stars.
*/
@GET("search/repositories?sort=…