Skip to content

오타를 수정하였습니다. #74

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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