-
Notifications
You must be signed in to change notification settings - Fork 1
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
RoundSlider 커스텀 뷰 추가 #240
RoundSlider 커스텀 뷰 추가 #240
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.
변경사항이 정말 많네요. 고생 많으셨습니다.
아, 그리고 이건 그냥 질문인데 SliderValueChangeListener.kt에서
typealias를 쓰셨던데 function type을 그대로 쓰는 것에 비해 어떤 장점이 있나요?
android/app/src/main/java/app/priceguard/ui/additem/setprice/SetTargetPriceDialogFragment.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/additem/setprice/SetTargetPriceFragment.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/additem/setprice/SetTargetPriceFragment.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/additem/setprice/SetTargetPriceFragment.kt
Show resolved
Hide resolved
typealias는 샘플 코드 참고한 것인데 단순히 타입 그대로 지정했을 때 보다 typealias로 이름을 지정한 것이 코드를 이해하기 쉽다고 느껴져서 사용해봤습니다. |
android/app/src/main/java/app/priceguard/ui/additem/setprice/SetTargetPriceDialogFragment.kt
Show resolved
Hide resolved
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.
수고하셨습니다!
android/app/src/main/java/app/priceguard/ui/additem/setprice/SetTargetPriceDialogFragment.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/slider/SliderValueChangeListener.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/slider/RoundSlider.kt
Outdated
Show resolved
Hide resolved
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.
수고하셨습니다!
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.
수고많으셨습니다!
진행 내용
스크린샷
KakaoTalk_Video_2024-01-08-20-50-50.mp4
KakaoTalk_Video_2024-01-08-20-50-46.mp4
KakaoTalk_Video_2024-01-08-20-50-53.mp4
최종
KakaoTalk_Video_2024-01-15-19-21-16.mp4