Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] 상세 페이지 진입 #19

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open

Conversation

yeseoRyu
Copy link
Collaborator

작업 내용

  • 상세페이지 진입
    • 사진 클릭시 DetailsActivity 로 Intent 전환(SinglePhoto 객체 전달)합니다.

테스트 케이스

  • 상세 정보 내용
    • 제목 (desciption)
    • 날짜 (createAt)
    • 좋아요 개수 (likes)
    • 사용자 (username)

결과

image


다음 할일

  1. 날짜 포맷 맞춰서 적용하겠습니다
  2. 조회 기능 구현

@yeseoRyu yeseoRyu requested a review from f-lab-loco January 13, 2025 07:01
.kotlin/errors/errors-1736921658818.log Outdated Show resolved Hide resolved
app/src/main/res/layout/activity_details.xml Show resolved Hide resolved
app/src/main/res/layout/activity_details.xml Outdated Show resolved Hide resolved
<resources>

<!-- TextView 스타일 -->
<style name="activityDetailsStyle">
Copy link
Collaborator

Choose a reason for hiding this comment

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

이렇게 스타일로 공통화 시켜도 좋은데,
CustomTextView를 따로 만들어서 관리해도 좋은 방법이에요.
참고만 해주세요.

@yeseoRyu yeseoRyu requested a review from f-lab-loco January 21, 2025 08:07
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.

2 participants