Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 366 Bytes

File metadata and controls

4 lines (3 loc) · 366 Bytes

mvvm_sample

Android MVVM Live Data Sample Project

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