Android Jetpack

Android LiveData - 6 (ViewModel + LiveData + DataBinding)

----___<<<<< 2022. 4. 3. 01:19

 

 

 

 

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

 

LifecycleOwner  |  Android Developers

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates. Last updated 2021-02-24 UTC. [{ "type": "thumb-down", "id": "missi

developer.android.com

 

https://zladnrms.tistory.com/86

 

[Android] What is LiveData

 📌 LiveData = 생명주기(LifeCycle)를 알고 있으며, 데이터를 들고 있는 클래스 (Data Holder Class) 📓 데이터를 들고있는 이유 LifeCycleOwner의 LifeCycle에 따라 이 데이터를 처리함으로써 여러 이점을 확보.

zladnrms.tistory.com