[Hoony/#51] 9주차 구현 #56
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📍Summary
💡PR Point
어플리케이션 하나 만드는데 상당히 많은 부분이 필요하다.
network 모듈화 하는 이유는 Activity에 여러가지 API를 정의하다보면, 코드의 직관성과 가독성이 떨어진다.
따라서 API 관련 클래스들은 모듈화를 진행하는 것이 여러 측면으로 유리하다.
특히 API 같은 부분은 안드로이드에서 Gradle을 잘 설정해줘야하기 때문에 까먹지 말고 의존성 주입을 해줘야한다.
(내가 까먹음 ㅋ)
9주차까지오면서 많은 액티비티와 클래스가 생겼을 텐데 귀찮아하지말고 그때 그때 정리하는 버릇을 가져보자!
🤔 Question
📸 ScreenShot