[Android, MVVM, Coroutine] 활용 #3 - ViewModel, LiveData의 Coroutine
이 글은 아래 포스팅을 기반으로 작성되었으며, 상세한 내용은 링크에서 확인하시기 바랍니다. 2019/11/14 - [개발이야기/Android] - Easy Coroutines in Android: viewModelScope https://developer.android.com/topic/libraries/architecture/coroutines#livedata https://proandroiddev.com/the-death-of-presenters-and-the-rise-of-viewmodels-aac-f14d54b419a ViewModel도 Activity나 Fragment처럼 생명주기를 갖습니다. 따라서 ViewModel의 생명 주기에 맞춘 Coroutine Scope을 설정한다면 coroutine..