-
Notifications
You must be signed in to change notification settings - Fork 6
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
ViewPager in RecyclerView 성능 개선을 위해 코루틴 적용 #114
Conversation
…코루틴 적용, ListAdapter 제거 - GridLayoutManager가 diffUtils를 사용할 때 역순으로 binding되는 문제 때문에 ListAdapter 제거 - 달력 생성 및 binding할 때 UI delay를 줄이기 위해 코루틴 적용 (임시 해결책 근본적인 해결이 필요)
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.
👍
|
||
timeTest = System.currentTimeMillis() | ||
Log.e(this::class.simpleName, "setItems") |
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.
성능 측정이 끝났으면 테스트 로그는 없어도 될 것 같아요
what is this pr
Relative: #104
Changes