-
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
로그인 화면 생성, 이메일/비밀번호 유효성 검사, 회원가입 화면으로 전환 #74
Conversation
- inflate - viewmodel 생성 및 할당 - 회원가입 버튼 클릭 시 회원가입 UI로 이동
…nd09-PriceGuard into feat/and/login
…iceGuard into feat/and/login
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/login/LoginViewModel.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/login/LoginViewModel.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/login/LoginViewModel.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/login/LoginActivity.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/login/LoginViewModel.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/login/LoginActivity.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/login/LoginViewModel.kt
Outdated
Show resolved
Hide resolved
서버 로그인까지 고려했을 때 이벤트 발생 방식을 구현하는 것이 더 적합하다 판단했다. 팀원들에게 이에 대한 동의를 구했다.
android/app/src/main/java/app/priceguard/ui/login/LoginActivity.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/login/LoginActivity.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/login/LoginViewModel.kt
Outdated
Show resolved
Hide resolved
android/app/src/main/java/app/priceguard/ui/login/LoginViewModel.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.
수고하셨습니다! 💯
Resolves #29 , resolves #33
진행 내용
스크린샷
Screen_recording_20231116_133555.mp4