-
Notifications
You must be signed in to change notification settings - Fork 33
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
전남대_Android 이가현 3주차 step2 과제 #101
base: leeghy
Are you sure you want to change the base?
Conversation
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.
가현님 3주차 과제도 고생 많으셨어요! 전반적으로 MVVM, API 통신에 익숙하지 않는 것이 보입니다. 천천히 안드로이드 공식 아키텍쳐 문서를 읽어보심을 추천드려볼게요. 또한 coroutine 을 공부해보시는 것도 추천드려볼게요!
검색어 저장된 키워드를 wrap_content로 설정하였는데 왜 글자가 짤리는지 궁금합니다..ㅠ
textView 는 wrap_content 이지만 상위의 부모가 80dp 로 지정되어있기 때문이에요! 부모도 wrap_content 로 변경해주세요!
수정하여 다시 커밋했습니다! |
감사합니다
궁금한 점
initialize는 되었는데 왜 관련 오류가 뜨는지 궁금합니다