구글에서 Android 향 으로 개발된 Dagger Hilt 를 출시하였고 기존의 Dagger2 를 Dagger Hilt 로 전환하는 방법에 대한 메뉴얼
Dagger ~ Hilt
- Hilt Guide : https://dagger.dev/hilt/
Android Developers ~ Guides
- Dependency injection
- Dependency injection with Hilt : https://developer.android.com/training/dependency-injection/hilt-android
- Hilt in multi-module apps : https://developer.android.com/training/dependency-injection/hilt-multi-module
- Hilt and Jetpack integrations : https://developer.android.com/training/dependency-injection/hilt-jetpack
- Hilt testing guide : https://developer.android.com/training/dependency-injection/hilt-testing
- Hilt Annotation : https://developer.android.com/images/training/dependency-injection/hilt-annotations.pdf
Medium
- “Dependency Injection on Android with Hilt” by Manuel Vivo https://link.medium.com/rYIdYhhie7
Sample
- android /architecture-samples : https://github.com/android/architecture-samples/tree/dev-hilt
- google / iosched ~ Pull Request
-
- Migrates iosched from dagger.android to Hilt : https://github.com/google/iosched/commit/9c20fdd52d446e5fdb03369e50fb196c31ae16e3
-
Codelabs
- Using Hilt in your Android app : https://codelabs.developers.google.com/codelabs/android-hilt
- Migrating your Dagger app to Hilt : https://codelabs.developers.google.com/codelabs/android-dagger-to-hilt
My Sample
- 잠시 뒤적거린 샘플 - https://github.com/aucd29/test-dagger-hilt
aucd29/test-dagger-hilt
Contribute to aucd29/test-dagger-hilt development by creating an account on GitHub.
github.com
'Android' 카테고리의 다른 글
이모지 체크 하기 (0) | 2021.09.09 |
---|---|
AOS Border fade-in/fade-out (0) | 2021.06.30 |
AppUpdateManager (0) | 2020.01.29 |
SameSite=Lax (0) | 2020.01.29 |
SameSite=Lax (0) | 2020.01.29 |