[Mission] Rhedi/week7#75
Open
hajinmn-stack wants to merge 4 commits into
Open
Conversation
hw4nx02
approved these changes
May 19, 2026
hw4nx02
left a comment
There was a problem hiding this comment.
7주차 피드백
야호~~~ 안녕하세요 레디🔥! 불어나는 과제들과 함께 축제의 내음도 점점 다가오고 있네요. 그래도 역시 안드로이드 스터디가 젤루다가 재밌죠?! 신나게 제트팩 컴포즈 배워봅시다~~!~!
총평
전반적으로 요구된 부분에 대해 컴포즈로 전환을 잘 해주신 것 같습니다. 특히 처음임에도 불구하고 컴포저블을 적절히 분리해주시고, 실제 프로젝트에서 사용하는 수준으로 네비게이션 설정을 해주신 것이 눈에 띄네요!
리뷰
1. 디렉터리 구분
현재 AppDestination이라는 네비게이션 관련 파일이 data에 들어가 있습니다. navigation이라는 디렉터리로 이동시켜주세요! 또한, MainActivity는 ui로 들어가야 적절합니다!
2. merge 충돌
현재 개인 레포 작업 내용과 UMC 레포의 작업 내용 간에 차이가 있어 충돌이 발생했습니다! resolve conflict를 눌러 작업 내용을 비교하고 충돌을 해결하는 과정이 필요합니다. 이후에는 업데이트된 내용을 pull 받아 이후에 같은 충동 해결을 하지 않도록 해주세요!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 PR 제목
#️⃣ 연관된 이슈
closes #(issue_num)
✅ 변경 사항
기본 UI 구축
📷 영상 및 스크린샷
week7.webm
🔗 알게 된 사항
선언형 UI로 화면을 정의할 수 있다. 그 이상의 디테일은 modifier로 제어한다.
state hoisting, 즉 onNavigateToShop() 콜백을 통해 부품의 상태/기능을 부모화면으로 끌어올려 컴포즈 간 결합도를 낮출 수 있다.
@serializable로 객체들을 정의하고, MainScreen에서 NavHost로 네비게이션 그래프를 그려 오타로 인한 에러 없이 객체 간 이동을 할 수 있다.
📝 질문 사항