https://github.com/vaibhavmojidra/android-java---demo-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. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state.
https://github.com/vaibhavmojidra/android-java---demo-live-data
android android-java androidarchitecturecomponets databinding java livedata livedata-viewmodel mojidra vaibhav vaibhav-mojidra vaibhavmojidra viewmodel
Last synced: 9 months ago
JSON representation
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. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/android-java---demo-live-data
- Owner: VaibhavMojidra
- Created: 2021-06-01T12:34:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T12:38:58.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T01:14:02.246Z (about 1 year ago)
- Topics: android, android-java, androidarchitecturecomponets, databinding, java, livedata, livedata-viewmodel, mojidra, vaibhav, vaibhav-mojidra, vaibhavmojidra, viewmodel
- Language: Java
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-Java---Demo-Live-Data

