-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge :: (#10) MainView-Publishing #11
Conversation
This reverts commit a36e067.
.../java/com/example/killergram_android_v1/feature/enterinfo/enterSkill/EnterSkillsViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/example/killergram_android_v1/feature/home/HomeActivity.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.
HomeViewModel 생성자에 아무 값도 없어서 당장은 필요없을 것 같은데 확장성 고려해서 만들어두신 건가요??
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.
HomeViewModel에는 LiveData가 있는 것으로 알고있는데 생성자에 값이 없다는 말씀이 무엇을 의미하시는 지 이해를 못하였습니다ㅠ
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.
아하 네 맞습니다 🚀
app/src/main/java/com/example/killergram_android_v1/feature/login/LoginActivity.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.
하위 레벨의 폴더가 파일 없이 존재하게 되면 상위 폴더와 겹쳐져서 임의의 파일을 생성해두었습니다. 다른 파일로 대체할 예정입니다!
homeView 제작, 캘린더 기능, 운동 리스트(recyclerView를 곁들인), view 선택 상태처리(enterSkills) 등을 구현하였습니다.