Open
Conversation
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.
✅ 주차
Week 6 (Instagram Clone 기반 Scaffold + Navigation 구조 실습)
🧩 이슈 유형
과제 공유
코드 리뷰 요청
질문
에러 공유
🧱 구현 내용 요약
MainActivity: Scaffold 구조로 화면 구성
NavigationGraph: sealed class 기반 route 정의 및 NavHost 구성
FeedScreen: 피드 리스트 UI
PostDetailScreen: 상세 보기 화면 구성
MainViewModel: ViewModel에서 피드 상태 관리 및 FAB 액션 처리
BottomNavigation: 탭 전환 UI 구현
🔍 코드 구조 개요
MainActivity.kt → Scaffold + NavHost
NavigationGraph.kt → sealed class + composable 연결
FeedScreen.kt → 피드 리스트 UI
PostDetailScreen.kt → 상세보기 UI
MainViewModel.kt → 상태 저장 및 공유
📸 실행 화면




개선할 점 : 바텀네비 클릭 시 모양 변화, 각 화면마다 UI 디테일 구성, 로그인 연동하고 프로필 사진 설정 시 바텀 프로필 모양 바꾸기
❓ 공유하고 싶은 포인트[실행 화면]