-
Notifications
You must be signed in to change notification settings - Fork 2
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
[feat] 에셋 추가 및 수정사항 반영 - 지현 #87
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
므찌다 우리리드!! 드디어 뷰 끝나따.. 진짜 개재밋게 놀구 리팩하구 행복앱잼할 일만 남은 거 맞ㅉㅣ!!!!!!!!!!
CategoryType.STUDY -> if (isSelected) MapFragment.OVERLAY_IMAGE_STUDY_BIG else MapFragment.OVERLAY_IMAGE_STUDY_SMALL | ||
CategoryType.MULTI -> if (isSelected) MapFragment.OVERLAY_IMAGE_MULTI_BIG else MapFragment.OVERLAY_IMAGE_MULTI_SMALL | ||
CategoryType.OTHERS -> if (isSelected) MapFragment.OVERLAY_IMAGE_OTHER_BIG else MapFragment.OVERLAY_IMAGE_OTHER_SMALL | ||
CategoryType.PLAY -> if (isSelected) MapFragment.OVERLAY_IMAGE_PIN_PLAY_ACTIVE else MapFragment.OVERLAY_IMAGE_PIN_PLAY_DEFAULT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
presentation layer에도 매퍼가 있는지는 몰랐군요.. 먼가 서버의 데이터 -> 필요한 것만 저장하는 엔티티 이런 매퍼처럼 딱 역할이 정해져 있다기보다는 그게 뭐든 유아이에서만 쓰이는 애들 매핑해주는 고런 느낌인가여?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지도에서 쓰려고 만들었어요
매퍼의 데이터 클래스를 다른 형태로 매핑할 때 쓰려구염
val OVERLAY_IMAGE_STUDY_BIG = OverlayImage.fromResource(R.drawable.ic_map_marker_study_big) | ||
val OVERLAY_IMAGE_MULTI_BIG = OverlayImage.fromResource(R.drawable.ic_map_marker_multi_big) | ||
val OVERLAY_IMAGE_OTHER_BIG = OverlayImage.fromResource(R.drawable.ic_map_marker_other_big) | ||
val OVERLAY_IMAGE_PIN_PLAY_DEFAULT = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
언니는 상수화의 신이다
진짜 근데 꼼꼼하당 나같으면 변수명 걍 넘겼을텐데..
} else { | ||
with(tvCardTopInfoParticipantDetail) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
미폈다 spannable을 이런 식으로 수정한 건가요?? 훨씬 보기 조으당
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
너무 깔끔해서 할 말이 없네요 ^____^
Related issue 🛠
Work Description ✏️
Screenshot 📸
Screen_recording_20240110_043228.mp4
Uncompleted Tasks 😅
To Reviewers 📢
ㅋㅋ