MutableLiveData
-
MVVM 따라하기 Data Binding + LiveData(2)Android(+ Kotlin) 2020. 1. 9. 18:43
2019/12/20 - [Android(+ Kotlin)] - MVVM 따라하기 Data Binding, LiveData (1) MVVM 따라하기 Data Binding, LiveData (1) github 검색 앱을 만들고 관련된 주요내용을 설명한다. https://github.com/CharkoT/CoroutineTester CharkoT/CoroutineTester MVVM + databinding + livedata + coroutine. Contribute to CharkoT/CoroutineTeste.. charko.tistory.com 1편에서는 Data Binding을 위한 작업들을 알아보았다면 2편에서는 LiveData에 대해 알아본다. MVVM 구조를 보면 위와 같은 구조로 설명하는 경..