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.
1. 구현에 대한 설명
본인이 구현한 것에 대한 설명
PremiumCard.kt
구독 플랜 이름, 다음 결제일, 월간 사용량 프로그레스 바를 하나의 카드로 표시.
StatCard.kt
아이콘·숫자·라벨을 수직 배치하는 통계 카드. ProfileScreen에서 2×2 그리드로 4개 인스턴스를 배치.
ToggleSetting.kt
푸시 알림·다크 모드 두 항목을 Switch로 제어하는 설정 카드. 상태는 ProfileScreen에서 remember { mutableStateOf( )} 로 보유하며 State Hoisting 패턴 적용.
SavedArticleItem.kt
home.Article 데이터 모델을 재사용해 썸네일·카테고리·제목·신문사 로고를 한 행으로 표시. LazyColumn의 items() 블록으로 목록 렌더링.
2. 스크린샷 & 실행영상
실행영상이 있다면 실행영상을, 없다면 스크린샷 첨부
result.mp4
3. 기타
기타 문의사항이나 질문사항, 그 외 하고싶은 말
중간고사 화이팅!