Skip to content

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}

Notifications You must be signed in to change notification settings

VaibhavMojidra/Android-Java---Demo-Data-Binding-With-LiveData

Repository files navigation

Android-Java---Demo-Data-Binding-With-LiveData

Instead of viewmodel..observe and setting the value to view we can directly use in XML @{vm.obj}

1 2 3

About

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}

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages