Conversation
mookeunji05
reviewed
May 27, 2026
| @@ -0,0 +1,138 @@ | |||
| package com.example.week7.ui.screen | |||
Collaborator
There was a problem hiding this comment.
저는 MainActivity에 스크린들을 모두 몰아넣었는데 다른 점이 흥미로운것같습니다.
jeongkyueun
approved these changes
May 27, 2026
Collaborator
jeongkyueun
left a comment
There was a problem hiding this comment.
ProfileScreen.kt 파일에 마이페이지 UI를 꼼꼼하게 컴포저블로 구현하셨네요! Jetpack Compose의 선언형 UI 장점을 살려 컴포넌트들을 구조화하신 게 너무 좋습니다.
sua710
reviewed
May 27, 2026
Comment on lines
+6
to
+12
| interface ReqResService { | ||
| @GET("api/users/1") | ||
| suspend fun getProfile(): SingleUserResponse | ||
|
|
||
| @GET("api/users") | ||
| suspend fun getFollowingList(@Query("page") page: Int = 1): UserListResponse | ||
| } No newline at end of file |
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 #61
✨ 변경 사항
🔍 테스트
📸 스크린샷 (선택)
🚨 추가 이슈