[feat] [#20] Home 화면 Calendar 라이브러리 연동 #22
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
P.S
참고로 checkout 해서 실행 해보시면 AnimatedVisibility API를 통해 확장 축소때 애니메이션이 자연스럽게 발생합니다.
https://github.com/kizitonwose/Calendar 해당 라이브러리 클론해서 sample 쪽 확인해보면 컴포즈 예제9개있는데 그중 젤 마지막 Example9AnimatedVisibility 코드 참고했습니다. 구현하면서 필요한 기능같은 것들은 sample 들 뒤져보면서 하면 될 것 같아요.