Livedata1 [Android] Livedata 사용하기 아래 글은 이전에 작성한 ViewModel 클래스를 참고하여 작성 되었습니다. https://swjsw.tistory.com/19 Android ViewModel 사용법 1. ViewModel Implementation 하기 App 모듈의 build.gradle에 아래 내용을 추가하고 sync 합니다.. dependencies { implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2") } 2. ViewModel 클래스 만들기 import androidx.lifecycle.V swjsw.tistory.com 1. Livedata Implementation 하기 App 모듈의 build.gradle에 아래 내용을 추가하고 sync 합니다.. d.. 2023. 9. 21. 이전 1 다음