Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] feat: 레시피 추천 목록 프로토타입 구현(#13) #14

Merged
merged 8 commits into from
May 28, 2024

Conversation

SeongHoonC
Copy link
Member

📌 관련 이슈

✨ PR 세부 내용

  • 구현 방법 ViewPager 와 유사한 VerticalPager 사용

  • 발생한 이슈
    android.lifecycle:lifecycle-*:2.8.0 를 사용했더니 LocalLifeCycleOwner 를 못찾는 문제
    Compose-Ui 를 1.7.0으로 올려 해결했으나 최신 버전을 사용하는게 꼭 좋은 것은 아니었음.

https://daengdaeng.medium.com/compositionlocal-locallifecycleowner-not-present-a83c874c28e0

⌛ 소요 시간

8시간

@SeongHoonC SeongHoonC added Feature AN 안드로이드 labels May 28, 2024
@SeongHoonC SeongHoonC self-assigned this May 28, 2024
@SeongHoonC SeongHoonC merged commit 2864336 into develop May 28, 2024
1 check passed
@SeongHoonC SeongHoonC deleted the Feat/#13 branch May 28, 2024 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AN 안드로이드 Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Android] feat: 레시피 추천 화면을 구현한다
1 participant