[8주차/레오] 키워드 과제 제출합니다.#25
Merged
Merged
Conversation
jiyoung02
previously approved these changes
Nov 25, 2025
jiyoung02
left a comment
Contributor
There was a problem hiding this comment.
LGTM! 수고하셨습니다 😊
로그인 기능과 전반적인 화면 흐름이 정말 잘 구현되어 있습니다!
아래는 함께 개선해보면 완성도를 더 높일 수 있는 부분들이니 참고해주세요.
-
미니 플레이어 클릭 리스너 세분화
현재 MainActivity의 하단 미니 플레이어는 전체 영역에만 클릭 이벤트가 부여되어 있어, 어느 위치를 눌러도 SongActivity로 이동하고 있습니다.각 버튼(재생, 일시정지, 다음 곡 등)에 개별 클릭 리스너를 부여하여 메인 화면에서도 음악 컨트롤이 가능하도록 개선해주세요! -
HomeFragment 의 Runnable 객체 선언 위치를 확인해주세요!
현재 Runnable이 Fragment 초기화 시점에서 선언되어 있어, 코드 구조상 빌드가 불가능해 보입니다 ㅠㅠ 레오의 컴퓨터에서는 빌드가 되는 상황인지 궁금합니다!
만약 빌드를 위해 별도의 처리를 하셨다면, 그 변경사항도 깃허브에 함께 올려주세요!
Contributor
|
LGTM! 수고하셨습니다 😊 다만 SignUpActivity에서 여전히 Firebase를 직접 호출하는 코드가 남아 있어 |
jiyoung02
approved these changes
Dec 17, 2025
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.
✅ 워크북 체크리스트
✅ 컨벤션 체크리스트
📌 주안점