GitHub / VaibhavMojidra / Android-Kotlin---Demo-Data-Binding-With-Live-Data
LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. Instead of viewmodel..observe and setting the value to view we can directly use in XML @{vm.obj}
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Kotlin
Size: 191 KB
Dependencies parsed at: Pending
Created at: about 4 years ago
Updated at: about 2 years ago
Pushed at: about 4 years ago
Last synced at: about 11 hours ago
Topics: android, android-application, androidarchitecturecomponets, databinding, kotlin, kotlin-android, livedata, mojidra, vaibhav, vaibhav-mojidra, vaibhavmojidra, viewmodel