Skip to content
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

Open
wants to merge 18 commits into
base: leeghy
Choose a base branch
from

Conversation

leeghy
Copy link

@leeghy leeghy commented Jul 12, 2024

감사합니다

궁금한 점

  1. 도대체 왜 지도화면이 뜨지 않을까요?ㅠㅠ.. 아무리 코드를 고쳐봐도 해결이 되지 않습니다ㅠㅠ.. 피드백 부탁드립니다😢
  2. 검색어 저장된 키워드를 wrap_content로 설정하였는데 왜 글자가 짤리는지 궁금합니다..ㅠ
스크린샷 2024-07-14 오후 8 31 38 스크린샷 2024-07-14 오후 8 28 37
initialize는 되었는데 왜 관련 오류가 뜨는지 궁금합니다

@bigstark bigstark self-requested a review July 14, 2024 15:21
Copy link

@bigstark bigstark left a 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 로 변경해주세요!

app/build.gradle.kts Show resolved Hide resolved
app/src/main/AndroidManifest.xml Show resolved Hide resolved
@leeghy
Copy link
Author

leeghy commented Jul 16, 2024

수정하여 다시 커밋했습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants