We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
week6 compose
week6
compose
여태 모든 로직을 Activity 혹은 Fragment에서 진행 하셨었을 겁니다… 이러한 Controller의 노고를 우리 모두 기억하면서 이번주차는 ViewModel을 채용하여 Activity의 책임을 줄여주세요!!
즉 ViewModel을 사용하여 서버통신 로직을 UI로직과 적절하게 분리해주세요
주의사항: ViewModel 인스턴스 생성시 잘못된 방법으로 생성하지 않도록 주의해주세요
LiveData(혹은 다른 Observable 객체를 사용하셔도 무방합니다)를 활용하여 반응형 프로그래밍 패러다임을 적용해봅시다.
참고: 현재 로그인 서버가 활성화된 상태이니 참고해주시면 감사하겠습니다
The text was updated successfully, but these errors were encountered:
junseo511
No branches or pull requests
⚔️ Kind (Required)
week6
compose
📜 Overview (Required)
여태 모든 로직을 Activity 혹은 Fragment에서 진행 하셨었을 겁니다… 이러한 Controller의 노고를 우리 모두 기억하면서 이번주차는 ViewModel을 채용하여 Activity의 책임을 줄여주세요!!
즉 ViewModel을 사용하여 서버통신 로직을 UI로직과 적절하게 분리해주세요
주의사항: ViewModel 인스턴스 생성시 잘못된 방법으로 생성하지 않도록 주의해주세요
LiveData(혹은 다른 Observable 객체를 사용하셔도 무방합니다)를 활용하여 반응형 프로그래밍 패러다임을 적용해봅시다.
참고: 현재 로그인 서버가 활성화된 상태이니 참고해주시면 감사하겠습니다
📍 Note (Optional)
The text was updated successfully, but these errors were encountered: