-
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
Feature/statistics: 통계 뷰 작업 완료 #164
Conversation
이유: drop 할 때 한번에 다 가져오는 시간복잡도 < 할 때마다 loading 생기는 것 비용이 위와 같이 될 것이라 판단
@@ -77,4 +80,16 @@ object BindingAdapter { | |||
imageButton.isSelected = selected | |||
} | |||
|
|||
@androidx.databinding.BindingAdapter("app:rankBottomMargin") |
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.
결국 적용이 안돼서 이건 사용하지 못했습니다ㅜㅜ
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.
뷰 해결 잘 된건가요?? 수고하셨습니다!
BindingAdapter가 뷰에 적용이 안돼서 대신 해당 Adapter에서 뷰 처리하는 방식으로 뷰 구현했습니다ㅜㅜ |
Overview
통계 화면 랭킹 뷰, 집안일 현황 뷰 완성
Details
Todo