Skip to content

feat: 9주차 미션_레몬#60

Open
Lemon0610 wants to merge 9 commits into
mainfrom
lemon-9
Open

feat: 9주차 미션_레몬#60
Lemon0610 wants to merge 9 commits into
mainfrom
lemon-9

Conversation

@Lemon0610
Copy link
Copy Markdown
Collaborator

@Lemon0610 Lemon0610 commented May 26, 2026

📌 PR 제목

🔗 관련 이슈

Closes #61

✨ 변경 사항

  • 마이페이지 UI 전부 구현하기!
  • 서버에서 데이터를 받아와서 마이페이지 연결하기
  • 팔로잉 리스트를 HorizontalPager로 구현하기

🔍 테스트

  • 테스트 완료
  • 에러 없음

📸 스크린샷 (선택)

마이페이지1 마이페이지2
화면 캡처 2026-05-27 012429 화면 캡처 2026-05-27 012450

🚨 추가 이슈

@Lemon0610 Lemon0610 changed the title Lemon 9 feat: 9주차 미션_레몬 May 26, 2026
@Lemon0610 Lemon0610 self-assigned this May 26, 2026
@@ -0,0 +1,138 @@
package com.example.week7.ui.screen
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

저는 MainActivity에 스크린들을 모두 몰아넣었는데 다른 점이 흥미로운것같습니다.

Copy link
Copy Markdown
Collaborator

@jeongkyueun jeongkyueun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ProfileScreen.kt 파일에 마이페이지 UI를 꼼꼼하게 컴포저블로 구현하셨네요! Jetpack Compose의 선언형 UI 장점을 살려 컴포넌트들을 구조화하신 게 너무 좋습니다.

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
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

api 연동 잘하신거 같아요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 9주차 미션_레몬

4 participants