lifecycleOwner = this 라는 애도 있는데
구글 공식문서에서는 아래와 같이 설명하고 있습니다.
A class that has an Android lifecycle. These events can be used by custom components to handle lifecycle changes without implementing any code inside the Activity or the Fragment.
즉, 라이프사이클 관리해주는 친구라고 생각해주시면 됩니다.
- 참조
https://developer.android.com/reference/android/arch/lifecycle/LifecycleOwner
https://zladnrms.tistory.com/86
'Android Jetpack' 카테고리의 다른 글
Coroutine Simple Example (0) | 2022.04.11 |
---|---|
What is Coroutine? (0) | 2022.04.10 |
Android View에 대한 접근 - 6 (Adapter DataBinding) (0) | 2022.03.09 |
Android View에 대한 접근 - 5 (Adapter ViewBinding) (0) | 2022.03.09 |
WorkManager - 4 (WorkManager Data Transfer) (0) | 2022.03.07 |