AndroidModernArchitectureSample icon indicating copy to clipboard operation
AndroidModernArchitectureSample copied to clipboard

Android modern architecture sample with Github Rest API V3, Flow+Coroutines, Jetpack Compose, Room, Paging3, Dagger-Hilt, and MVI Pattern.

Results 3 AndroidModernArchitectureSample issues
Sort by recently updated
recently updated
newest added

### 추측되는 원인으로는... - `state`가 들어오지 않음 - ~~깃허브 rest api에서 응답이 실제로 늦음~~ > **대체 원인이 뭘까**

bug
help wanted

1. `data` 계층 안에서 `room` 처리를 해주는게 맞나? 2. ~~`pagination` 이 `presentation` 계층에서 진행되는 게 맞나?~~ -> 해결 완료 (`data` + `domain` 계층에서 처리)

help wanted

### `room`을 이용한 오프라인 처리가 제대로 이뤄지지 않고 있음 - 유저 검색까진 정상 작동 - 유저 프로필 `information`은 제대로 작동하는거 같음 - 유저 프로필 `repositories` 불러오기가 랜덤으로 작동 - 유저...

bug