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
Hlit라이브러리를 이용해 DI 적용
The text was updated successfully, but these errors were encountered:
DI (Dependency Injection, 의존성 주입)란?
객체 간의 의존성을 직접 생성하지 않고, 외부에서 주입해주는 개념.
목표: 결합도를 낮추고, 코드의 재사용성과 테스트 용이성을 높이는 것. 대표적인 DI 프레임워크: Dagger, Hilt, Koin.
각 DI 프레임 워크의 장단점 Dagger 장점
단점
Koin 장점
Hlit 장점
@EntryPoint
Hilt는 Android 공식 DI 솔루션으로 Dagger의 성능을 유지하면서 설정이 간편하고 Jetpack과 완벽히 연동가능 해 Hilt로 DI 적용
Sorry, something went wrong.
yujung5873
No branches or pull requests
Description
Hlit라이브러리를 이용해 DI 적용
참고사이트
The text was updated successfully, but these errors were encountered: