Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _posts/2020-07-14-android-dagger-hilt.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


---
layout: post
date: 2020-07-28
Expand Down Expand Up @@ -74,7 +76,7 @@ class HakunaApplication : Application()

Hilt에서 표준적으로 제공하는 Component, 관련 Scope, 생성 및 파괴 시점은 아래와 같습니다.

| Compoent | Scope | Created at | Destroyed at |
| Component | Scope | Created at | Destroyed at |
| :-----------------------: | :---------------------: | :--------------------: | :---------------------: |
| ApplicationComponent | @Singleton | Application#onCreate() | Application#onDestroy() |
| ActivityRetainedComponent | @ActivityRetainedScoped | Activity#onCreate() | Activity#onDestroy() |
Expand Down