The ViewModel & LiveData Tutorial in Android Studio (Kotlin)

Published: 19 August 2020
on channel: Indently
42,904
814

In this video I'll be creating avery easy increment app using a viewmodel with livedata, and this should cover the very basics and give you a general understanding on how you can use a viewmodel along with livedata.

def lifecycle_version = "2.2.0"

// ViewModel
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
// LiveData
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
​​​​


Watch video The ViewModel & LiveData Tutorial in Android Studio (Kotlin) online without registration, duration hours minute second in high quality. This video was added by user Indently 19 August 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 42,90 once and liked it 81 people.