-
with version "3.0.0-alpha08"
How to reproduce afaik:
with a PagingSource which can provide more elements than PagerConfig.maxSize,
1. scroll down more items than maxSize,
2. scroll up until…
-
when we want to get new items with new search query after loading finishes previous list showes for a moment and then new items are replaced ; how can we prevent it
-
## Issues
This is one of our original requirement on the survey list's behavior:
![CleanShot 2023-12-05 at 11 03 51](https://github.com/baocntt2602/survey/assets/70877098/6ca53200-3ac0-4332-b250…
-
### Добрый день.
Разделю ревью на какое-то подобие тем.
### Начнем с простого - **Code style**:
1. Часто присутствуют вот такие моменты:
```
private suspend fun getClosestRemoteKeys(state: …
-
### Steps to reproduce the problem
1. Fetch https://mastodon.social/api/v1/accounts/109241526707263377/statuses (that's my account)
2. Observe that the reponse has a `Link` header allowing paginat…
-
SearchRepositoriesActivity -> initAdapter:
```
//...
adapter.addLoadStateListener { loadState ->
// Only show the list if refresh succeeds.
binding.list.isVisible = loadState.sou…
-
Unfortunately RemoteMediator isn't usable right now. The return type needs to be a `RemoteMediatorMediatorResult` but the sealed class has no subclasses. This means that you can't create a `RemoteMedi…
-
각종 코드 리팩토링 건 수정합니다
1. 게시물 상세보기 시 게시물이 하나라면 보이지 않는 이슈 수정
2. RemoteMediator 제거 후 API로 화면을 그리도록 변경
3. 함수 및 변수 네이밍 수정
4. LoginFragment List 길이체크 및 함수화 작업
5. 페이징 데이터 collect 방법 변경 & SwipeLayout 삭제
…
-
https://api.github.com/lydavid/MusicSearch/blob/7a69846591799d1cceb0f10b7bd6d8eb8dada500/data/repository/src/commonMain/kotlin/ly/david/musicsearch/data/repository/paging/SearchMusicBrainzPagingSource…
-
**Is background threading managed automatically with `PagingData` as it is with `PagedList`, and then returned on the main thread?**
From the logs below, it appears `PagingData` is not run on the b…